Uses of Interface
org.apache.druid.client.ServerInventoryView
-
-
Uses of ServerInventoryView in org.apache.druid.client
Classes in org.apache.druid.client that implement ServerInventoryView Modifier and Type Class Description classBatchServerInventoryViewDeprecated.classHttpServerInventoryViewThis class uses internal-discovery i.e.Constructors in org.apache.druid.client with parameters of type ServerInventoryView Constructor Description CoordinatorServerView(ServerInventoryView baseView, CoordinatorSegmentWatcherConfig segmentWatcherConfig, org.apache.druid.java.util.emitter.service.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 ServerInventoryView Constructor Description DruidCoordinator(DruidCoordinatorConfig config, MetadataManager metadataManager, ServerInventoryView serverInventoryView, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.java.util.common.concurrent.ScheduledExecutorFactory scheduledExecutorFactory, OverlordClient overlordClient, LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, ServiceAnnouncer serviceAnnouncer, DruidNode self, CoordinatorCustomDutyGroups customDutyGroups, BalancerStrategyFactory balancerStrategyFactory, LookupCoordinatorManager lookupCoordinatorManager, DruidLeaderSelector coordLeaderSelector, CompactionSegmentSearchPolicy compactionSegmentSearchPolicy) -
Uses of ServerInventoryView in org.apache.druid.server.coordinator.balancer
Constructors in org.apache.druid.server.coordinator.balancer with parameters of type ServerInventoryView Constructor Description CachingCostBalancerStrategyFactory(ServerInventoryView serverInventoryView, org.apache.druid.java.util.common.lifecycle.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 ServerInventoryView Constructor Description PrepareBalancerAndLoadQueues(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 ServerInventoryView Constructor Description SegmentLoadQueueManager(ServerInventoryView serverInventoryView, LoadQueueTaskMaster taskMaster)
-