Uses of Class
org.apache.druid.server.coordinator.DruidCluster
Packages that use DruidCluster
-
Uses of DruidCluster in org.apache.druid.server.coordinator
Fields in org.apache.druid.server.coordinator declared as DruidClusterMethods in org.apache.druid.server.coordinator that return DruidClusterModifier and TypeMethodDescriptionDruidCluster.Builder.build()DruidCoordinatorRuntimeParams.getDruidCluster()Methods in org.apache.druid.server.coordinator with parameters of type DruidClusterModifier and TypeMethodDescriptionDruidCoordinatorRuntimeParams.Builder.withDruidCluster(DruidCluster cluster) -
Uses of DruidCluster in org.apache.druid.server.coordinator.loading
Constructors in org.apache.druid.server.coordinator.loading with parameters of type DruidClusterModifierConstructorDescriptionRoundRobinServerSelector(DruidCluster cluster) StrategicSegmentAssigner(SegmentLoadQueueManager loadQueueManager, DruidCluster cluster, BalancerStrategy strategy, SegmentLoadingConfig loadingConfig, CoordinatorRunStats stats)