Uses of Interface
org.apache.druid.metadata.segment.cache.SegmentMetadataCache
Packages that use SegmentMetadataCache
Package
Description
-
Uses of SegmentMetadataCache in org.apache.druid.metadata
Constructors in org.apache.druid.metadata with parameters of type SegmentMetadataCacheModifierConstructorDescriptionSqlSegmentsMetadataManagerProvider(SegmentMetadataCache segmentMetadataCache, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.google.common.base.Supplier<SegmentsMetadataManagerConfig> config, com.google.common.base.Supplier<MetadataStorageTablesConfig> storageConfig, SQLMetadataConnector connector, Lifecycle lifecycle, SegmentSchemaCache segmentSchemaCache, com.google.common.base.Supplier<CentralizedDatasourceSchemaConfig> centralizedDatasourceSchemaConfig, ServiceEmitter serviceEmitter) -
Uses of SegmentMetadataCache in org.apache.druid.metadata.segment
Constructors in org.apache.druid.metadata.segment with parameters of type SegmentMetadataCacheModifierConstructorDescriptionSqlSegmentMetadataTransactionFactory(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, MetadataStorageTablesConfig tablesConfig, SQLMetadataConnector connector, DruidLeaderSelector leaderSelector, SegmentMetadataCache segmentMetadataCache, ServiceEmitter emitter) SqlSegmentsMetadataManagerV2(SegmentMetadataCache segmentMetadataCache, SegmentSchemaCache segmentSchemaCache, SQLMetadataConnector connector, com.google.common.base.Supplier<SegmentsMetadataManagerConfig> managerConfig, com.google.common.base.Supplier<MetadataStorageTablesConfig> tablesConfig, com.google.common.base.Supplier<CentralizedDatasourceSchemaConfig> centralizedDatasourceSchemaConfig, ServiceEmitter serviceEmitter, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) -
Uses of SegmentMetadataCache in org.apache.druid.metadata.segment.cache
Classes in org.apache.druid.metadata.segment.cache that implement SegmentMetadataCache -
Uses of SegmentMetadataCache in org.apache.druid.server.coordinator
Constructors in org.apache.druid.server.coordinator with parameters of type SegmentMetadataCacheModifierConstructorDescriptionMetadataManager(AuditManager auditManager, CoordinatorConfigManager configManager, SegmentsMetadataManager segmentsMetadataManager, MetadataSupervisorManager metadataSupervisorManager, MetadataRuleManager metadataRuleManager, IndexerMetadataStorageCoordinator storageCoordinator, SegmentSchemaManager segmentSchemaManager, SegmentMetadataCache segmentMetadataCache)