Uses of Class
org.apache.druid.server.coordinator.loading.LoadQueueTaskMaster
Packages that use LoadQueueTaskMaster
Package
Description
-
Uses of LoadQueueTaskMaster in org.apache.druid.server.coordinator
Constructors in org.apache.druid.server.coordinator with parameters of type LoadQueueTaskMasterModifierConstructorDescriptionDruidCoordinator(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 LoadQueueTaskMaster in org.apache.druid.server.coordinator.duty
Constructors in org.apache.druid.server.coordinator.duty with parameters of type LoadQueueTaskMasterModifierConstructorDescriptionPrepareBalancerAndLoadQueues(LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, BalancerStrategyFactory balancerStrategyFactory, ServerInventoryView serverInventoryView) -
Uses of LoadQueueTaskMaster in org.apache.druid.server.coordinator.loading
Constructors in org.apache.druid.server.coordinator.loading with parameters of type LoadQueueTaskMasterModifierConstructorDescriptionSegmentLoadQueueManager(ServerInventoryView serverInventoryView, LoadQueueTaskMaster taskMaster)