Uses of Class
org.apache.druid.server.coordinator.loading.SegmentLoadQueueManager
-
Packages that use SegmentLoadQueueManager Package Description org.apache.druid.server.coordinator org.apache.druid.server.coordinator.duty org.apache.druid.server.coordinator.loading -
-
Uses of SegmentLoadQueueManager in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator with parameters of type SegmentLoadQueueManager Modifier and Type Method Description DruidCoordinatorRuntimeParams.BuilderDruidCoordinatorRuntimeParams.Builder. withSegmentAssignerUsing(SegmentLoadQueueManager loadQueueManager)Sets theSegmentLoadQueueManagerwhich is used to construct theStrategicSegmentAssignerfor this run.Constructors in org.apache.druid.server.coordinator with parameters of type SegmentLoadQueueManager 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 SegmentLoadQueueManager in org.apache.druid.server.coordinator.duty
Constructors in org.apache.druid.server.coordinator.duty with parameters of type SegmentLoadQueueManager Constructor Description PrepareBalancerAndLoadQueues(LoadQueueTaskMaster taskMaster, SegmentLoadQueueManager loadQueueManager, BalancerStrategyFactory balancerStrategyFactory, ServerInventoryView serverInventoryView)UnloadUnusedSegments(SegmentLoadQueueManager loadQueueManager) -
Uses of SegmentLoadQueueManager in org.apache.druid.server.coordinator.loading
Constructors in org.apache.druid.server.coordinator.loading with parameters of type SegmentLoadQueueManager Constructor Description StrategicSegmentAssigner(SegmentLoadQueueManager loadQueueManager, DruidCluster cluster, BalancerStrategy strategy, SegmentLoadingConfig loadingConfig, CoordinatorRunStats stats)
-