Uses of Interface
org.apache.druid.segment.loading.SegmentCacheManager
-
Packages that use SegmentCacheManager Package Description org.apache.druid.segment.loading org.apache.druid.server.coordination -
-
Uses of SegmentCacheManager in org.apache.druid.segment.loading
Classes in org.apache.druid.segment.loading that implement SegmentCacheManager Modifier and Type Class Description classSegmentLocalCacheManagerConstructors in org.apache.druid.segment.loading with parameters of type SegmentCacheManager Constructor Description SegmentLocalCacheLoader(SegmentCacheManager cacheManager, org.apache.druid.segment.IndexIO indexIO, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of SegmentCacheManager in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type SegmentCacheManager Constructor Description SegmentLoadDropHandler(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, SegmentLoaderConfig config, DataSegmentAnnouncer announcer, DataSegmentServerAnnouncer serverAnnouncer, SegmentManager segmentManager, SegmentCacheManager segmentCacheManager, ServerTypeConfig serverTypeConfig)
-