Uses of Class
org.apache.druid.segment.loading.SegmentLoaderConfig
Packages that use SegmentLoaderConfig
Package
Description
-
Uses of SegmentLoaderConfig in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type SegmentLoaderConfig -
Uses of SegmentLoaderConfig in org.apache.druid.guice
Methods in org.apache.druid.guice with parameters of type SegmentLoaderConfigModifier and TypeMethodDescriptionStorageNodeModule.isSegmentCacheConfigured(SegmentLoaderConfig segmentLoaderConfig) 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 SegmentLoaderConfigModifier and TypeMethodDescriptionSegmentLoaderConfig.withLocations(List<StorageLocationConfig> locations) Constructors in org.apache.druid.segment.loading with parameters of type SegmentLoaderConfigModifierConstructorDescriptionSegmentLocalCacheManager(List<StorageLocation> locations, SegmentLoaderConfig config, StorageLocationSelectorStrategy strategy, IndexIO indexIO, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of SegmentLoaderConfig in org.apache.druid.segment.realtime.appenderator
Methods in org.apache.druid.segment.realtime.appenderator with parameters of type SegmentLoaderConfigModifier and TypeMethodDescriptionstatic AppenderatorAppenderators.createRealtime(SegmentLoaderConfig segmentLoaderConfig, String id, DataSchema schema, AppenderatorConfig config, SegmentGenerationMetrics metrics, DataSegmentPusher dataSegmentPusher, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexIO indexIO, IndexMerger indexMerger, QueryRunnerFactoryConglomerate conglomerate, DataSegmentAnnouncer segmentAnnouncer, ServiceEmitter emitter, QueryProcessingPool queryProcessingPool, Cache cache, CacheConfig cacheConfig, CachePopulatorStats cachePopulatorStats, PolicyEnforcer policyEnforcer, RowIngestionMeters rowIngestionMeters, ParseExceptionHandler parseExceptionHandler, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig) AppenderatorsManager.createRealtimeAppenderatorForTask(SegmentLoaderConfig segmentLoaderConfig, String taskId, DataSchema schema, AppenderatorConfig config, TaskDirectory taskDirectory, SegmentGenerationMetrics metrics, DataSegmentPusher dataSegmentPusher, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexIO indexIO, IndexMerger indexMerger, QueryRunnerFactoryConglomerate conglomerate, DataSegmentAnnouncer segmentAnnouncer, ServiceEmitter emitter, QueryProcessingPool queryProcessingPool, JoinableFactory joinableFactory, Cache cache, CacheConfig cacheConfig, CachePopulatorStats cachePopulatorStats, PolicyEnforcer policyEnforcer, RowIngestionMeters rowIngestionMeters, ParseExceptionHandler parseExceptionHandler, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig) Creates anStreamAppenderatorsuited for realtime ingestion.DummyForInjectionAppenderatorsManager.createRealtimeAppenderatorForTask(SegmentLoaderConfig segmentLoaderConfig, String taskId, DataSchema schema, AppenderatorConfig config, TaskDirectory taskDirectory, SegmentGenerationMetrics metrics, DataSegmentPusher dataSegmentPusher, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexIO indexIO, IndexMerger indexMerger, QueryRunnerFactoryConglomerate conglomerate, DataSegmentAnnouncer segmentAnnouncer, ServiceEmitter emitter, QueryProcessingPool queryProcessingPool, JoinableFactory joinableFactory, Cache cache, CacheConfig cacheConfig, CachePopulatorStats cachePopulatorStats, PolicyEnforcer policyEnforcer, RowIngestionMeters rowIngestionMeters, ParseExceptionHandler parseExceptionHandler, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig) PeonAppenderatorsManager.createRealtimeAppenderatorForTask(SegmentLoaderConfig segmentLoaderConfig, String taskId, DataSchema schema, AppenderatorConfig config, TaskDirectory taskDirectory, SegmentGenerationMetrics metrics, DataSegmentPusher dataSegmentPusher, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, IndexIO indexIO, IndexMerger indexMerger, QueryRunnerFactoryConglomerate conglomerate, DataSegmentAnnouncer segmentAnnouncer, ServiceEmitter emitter, QueryProcessingPool queryProcessingPool, JoinableFactory joinableFactory, Cache cache, CacheConfig cacheConfig, CachePopulatorStats cachePopulatorStats, PolicyEnforcer policyEnforcer, RowIngestionMeters rowIngestionMeters, ParseExceptionHandler parseExceptionHandler, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig) UnifiedIndexerAppenderatorsManager.createRealtimeAppenderatorForTask(SegmentLoaderConfig segmentLoaderConfig, String taskId, DataSchema schema, AppenderatorConfig config, TaskDirectory taskDirectory, SegmentGenerationMetrics metrics, DataSegmentPusher dataSegmentPusher, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexIO indexIO, IndexMerger indexMerger, QueryRunnerFactoryConglomerate conglomerate, DataSegmentAnnouncer segmentAnnouncer, ServiceEmitter emitter, QueryProcessingPool queryProcessingPool, JoinableFactory joinableFactory, Cache cache, CacheConfig cacheConfig, CachePopulatorStats cachePopulatorStats, PolicyEnforcer policyEnforcer, RowIngestionMeters rowIngestionMeters, ParseExceptionHandler parseExceptionHandler, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig) -
Uses of SegmentLoaderConfig in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return SegmentLoaderConfigConstructors in org.apache.druid.server.coordination with parameters of type SegmentLoaderConfigModifierConstructorDescriptionSegmentBootstrapper(SegmentLoadDropHandler loadDropHandler, SegmentLoaderConfig config, DataSegmentAnnouncer segmentAnnouncer, DataSegmentServerAnnouncer serverAnnouncer, SegmentManager segmentManager, ServerTypeConfig serverTypeConfig, CoordinatorClient coordinatorClient, ServiceEmitter emitter, DataSourceTaskIdHolder datasourceHolder) SegmentLoadDropHandler(SegmentLoaderConfig config, DataSegmentAnnouncer announcer, SegmentManager segmentManager) -
Uses of SegmentLoaderConfig in org.apache.druid.server.metrics
Constructors in org.apache.druid.server.metrics with parameters of type SegmentLoaderConfigModifierConstructorDescriptionDruidSysMonitor(SegmentLoaderConfig config) SegmentStatsMonitor(DruidServerConfig serverConfig, SegmentLoadDropHandler segmentLoadDropHandler, SegmentLoaderConfig segmentLoaderConfig) Constructor for this monitor.