jar

org.apache.druid.extensions : druid-lookups-cached-single

Maven & Gradle

Aug 05, 2023
12.7k stars

druid-lookups-cached-single · Extension to rename Druid dimension values using lookups

Table Of Contents

Latest Version

Download org.apache.druid.extensions : druid-lookups-cached-single JAR file - Latest Versions:

All Versions

Download org.apache.druid.extensions : druid-lookups-cached-single JAR file - All Versions:

Version Vulnerabilities Size Updated
27.0.x
26.0.x
25.0.x
24.0.x
0.23.x
0.22.x
0.21.x
0.20.x
CVE-2021-26919
CVE-2021-26919
0.19.x CVE-2021-26919
0.18.x CVE-2021-26919
CVE-2021-26919
0.17.x CVE-2021-26919
CVE-2021-26919
0.16.x CVE-2021-26919
CVE-2021-26919
0.15.x CVE-2021-26919
CVE-2021-26919
0.14.x CVE-2021-26919
CVE-2021-26919
CVE-2021-26919
0.13.x CVE-2021-26919

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window druid-lookups-cached-single-27.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.druid.server.lookup.cache.polling

├─ org.apache.druid.server.lookup.cache.polling.OffHeapPollingCache.class - [JAR]

├─ org.apache.druid.server.lookup.cache.polling.OnHeapPollingCache.class - [JAR]

├─ org.apache.druid.server.lookup.cache.polling.PollingCache.class - [JAR]

├─ org.apache.druid.server.lookup.cache.polling.PollingCacheFactory.class - [JAR]

org.apache.druid.server.lookup.cache.loading

├─ org.apache.druid.server.lookup.cache.loading.LoadingCache.class - [JAR]

├─ org.apache.druid.server.lookup.cache.loading.LookupCacheStats.class - [JAR]

├─ org.apache.druid.server.lookup.cache.loading.OffHeapLoadingCache.class - [JAR]

├─ org.apache.druid.server.lookup.cache.loading.OnHeapLoadingCache.class - [JAR]

org.apache.druid.server.lookup.jdbc

├─ org.apache.druid.server.lookup.jdbc.JdbcDataFetcher.class - [JAR]

├─ org.apache.druid.server.lookup.jdbc.KeyValueResultSetMapper.class - [JAR]

├─ org.apache.druid.server.lookup.jdbc.QueryKeys.class - [JAR]

org.apache.druid.server.lookup

├─ org.apache.druid.server.lookup.DataFetcher.class - [JAR]

├─ org.apache.druid.server.lookup.LoadingLookup.class - [JAR]

├─ org.apache.druid.server.lookup.LoadingLookupFactory.class - [JAR]

├─ org.apache.druid.server.lookup.LookupExtractionModule.class - [JAR]

├─ org.apache.druid.server.lookup.PollingLookup.class - [JAR]

├─ org.apache.druid.server.lookup.PollingLookupFactory.class - [JAR]