Uses of Class
org.apache.druid.segment.loading.SegmentLoaderConfig
-
Packages that use SegmentLoaderConfig Package Description org.apache.druid.client org.apache.druid.guice org.apache.druid.segment.loading org.apache.druid.server.coordination org.apache.druid.server.metrics -
-
Uses of SegmentLoaderConfig in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type SegmentLoaderConfig Constructor Description DruidServerConfig(SegmentLoaderConfig segmentLoaderConfig) -
Uses of SegmentLoaderConfig in org.apache.druid.guice
Methods in org.apache.druid.guice with parameters of type SegmentLoaderConfig Modifier and Type Method Description BooleanStorageNodeModule. isSegmentCacheConfigured(SegmentLoaderConfig segmentLoaderConfig)List<StorageLocation>StorageNodeModule. provideStorageLocation(SegmentLoaderConfig config)provide a list of StorageLocation so that it can be injected into objects such as implementations ofStorageLocationSelectorStrategy -
Uses of SegmentLoaderConfig in org.apache.druid.segment.loading
Methods in org.apache.druid.segment.loading that return SegmentLoaderConfig Modifier and Type Method Description SegmentLoaderConfigSegmentLoaderConfig. withInfoDir(File infoDir)SegmentLoaderConfigSegmentLoaderConfig. withLocations(List<StorageLocationConfig> locations)Constructors in org.apache.druid.segment.loading with parameters of type SegmentLoaderConfig Constructor Description SegmentLocalCacheManager(List<StorageLocation> locations, SegmentLoaderConfig config, StorageLocationSelectorStrategy strategy, com.fasterxml.jackson.databind.ObjectMapper mapper)SegmentLocalCacheManager(SegmentLoaderConfig config, com.fasterxml.jackson.databind.ObjectMapper mapper)creates instance with default storage location selector strategy This ctor is mainly for test cases, including test cases in other modules -
Uses of SegmentLoaderConfig in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type SegmentLoaderConfig Constructor Description SegmentLoadDropHandler(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, SegmentLoaderConfig config, DataSegmentAnnouncer announcer, DataSegmentServerAnnouncer serverAnnouncer, SegmentManager segmentManager, SegmentCacheManager segmentCacheManager, ServerTypeConfig serverTypeConfig)ZkCoordinator(SegmentLoadDropHandler loadDropHandler, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, ZkPathsConfig zkPaths, DruidServerMetadata me, org.apache.curator.framework.CuratorFramework curator, SegmentLoaderConfig config)Deprecated. -
Uses of SegmentLoaderConfig in org.apache.druid.server.metrics
Constructors in org.apache.druid.server.metrics with parameters of type SegmentLoaderConfig Constructor Description DruidSysMonitor(SegmentLoaderConfig config)SegmentStatsMonitor(DruidServerConfig serverConfig, SegmentLoadDropHandler segmentLoadDropHandler, SegmentLoaderConfig segmentLoaderConfig)Constructor for this monitor.
-