Uses of Class
org.apache.druid.server.coordinator.loading.SegmentLoadQueueManager
Packages that use SegmentLoadQueueManager
Package
Description
-
Uses of SegmentLoadQueueManager in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator with parameters of type SegmentLoadQueueManagerModifier and TypeMethodDescriptionDruidCoordinatorRuntimeParams.Builder.withSegmentAssignerUsing(SegmentLoadQueueManager loadQueueManager) Sets theSegmentLoadQueueManagerwhich is used to construct theStrategicSegmentAssignerfor this run.Constructors in org.apache.druid.server.coordinator with parameters of type SegmentLoadQueueManagerModifierConstructorDescriptionDruidCoordinator(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 SegmentLoadQueueManager in org.apache.druid.server.coordinator.duty
Constructors in org.apache.druid.server.coordinator.duty with parameters of type SegmentLoadQueueManagerModifierConstructorDescriptionCloneHistoricals(SegmentLoadQueueManager loadQueueManager, CloneStatusManager cloneStatusManager) PrepareBalancerAndLoadQueues(LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, BalancerStrategyFactory balancerStrategyFactory, ServerInventoryView serverInventoryView) UnloadUnusedSegments(SegmentLoadQueueManager loadQueueManager, MetadataAction.GetDatasourceRules ruleHandler) -
Uses of SegmentLoadQueueManager in org.apache.druid.server.coordinator.loading
Constructors in org.apache.druid.server.coordinator.loading with parameters of type SegmentLoadQueueManagerModifierConstructorDescriptionStrategicSegmentAssigner(SegmentLoadQueueManager loadQueueManager, DruidCluster cluster, BalancerStrategy strategy, SegmentLoadingConfig loadingConfig, CoordinatorRunStats stats)