Uses of Interface
org.apache.druid.client.ServerInventoryView
Packages that use ServerInventoryView
Package
Description
-
Uses of ServerInventoryView in org.apache.druid.client
Classes in org.apache.druid.client that implement ServerInventoryViewModifier and TypeClassDescriptionclassDeprecated.classThis class uses internal-discovery i.e.Constructors in org.apache.druid.client with parameters of type ServerInventoryViewModifierConstructorDescriptionCoordinatorServerView(ServerInventoryView baseView, CoordinatorSegmentWatcherConfig segmentWatcherConfig, ServiceEmitter emitter, DirectDruidClientFactory druidClientFactory) HttpServerInventoryViewResource(ServerInventoryView serverInventoryView) -
Uses of ServerInventoryView in org.apache.druid.server.coordinator
Constructors in org.apache.druid.server.coordinator with parameters of type ServerInventoryViewModifierConstructorDescriptionDruidCoordinator(DruidCoordinatorConfig config, MetadataManager metadataManager, ServerInventoryView serverInventoryView, ServiceEmitter emitter, ScheduledExecutorFactory scheduledExecutorFactory, OverlordClient overlordClient, LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, ServiceAnnouncer serviceAnnouncer, DruidNode self, CoordinatorCustomDutyGroups customDutyGroups, LookupCoordinatorManager lookupCoordinatorManager, DruidLeaderSelector coordLeaderSelector, CoordinatorSegmentMetadataCache coordinatorSegmentMetadataCache, CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig, CompactionStatusTracker compactionStatusTracker, CoordinatorDynamicConfigSyncer coordinatorDynamicConfigSyncer, CloneStatusManager cloneStatusManager) -
Uses of ServerInventoryView in org.apache.druid.server.coordinator.balancer
Constructors in org.apache.druid.server.coordinator.balancer with parameters of type ServerInventoryViewModifierConstructorDescriptionCachingCostBalancerStrategyFactory(ServerInventoryView serverInventoryView, Lifecycle lifecycle, CachingCostBalancerStrategyConfig config) Deprecated. -
Uses of ServerInventoryView in org.apache.druid.server.coordinator.duty
Constructors in org.apache.druid.server.coordinator.duty with parameters of type ServerInventoryViewModifierConstructorDescriptionPrepareBalancerAndLoadQueues(LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, BalancerStrategyFactory balancerStrategyFactory, ServerInventoryView serverInventoryView) -
Uses of ServerInventoryView in org.apache.druid.server.coordinator.loading
Constructors in org.apache.druid.server.coordinator.loading with parameters of type ServerInventoryViewModifierConstructorDescriptionSegmentLoadQueueManager(ServerInventoryView serverInventoryView, LoadQueueTaskMaster taskMaster)