Uses of Class
org.apache.druid.server.coordinator.loading.SegmentLoadingConfig
Packages that use SegmentLoadingConfig
-
Uses of SegmentLoadingConfig in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return SegmentLoadingConfigMethods in org.apache.druid.server.coordinator with parameters of type SegmentLoadingConfigModifier and TypeMethodDescriptionDruidCoordinatorRuntimeParams.Builder.withSegmentLoadingConfig(SegmentLoadingConfig config) -
Uses of SegmentLoadingConfig in org.apache.druid.server.coordinator.loading
Methods in org.apache.druid.server.coordinator.loading that return SegmentLoadingConfigModifier and TypeMethodDescriptionstatic SegmentLoadingConfigSegmentLoadingConfig.create(CoordinatorDynamicConfig dynamicConfig, int numUsedSegments) Creates a new SegmentLoadingConfig with recomputed coordinator config values based on whetherCoordinatorDynamicConfig.isSmartSegmentLoading()is enabled or not.Constructors in org.apache.druid.server.coordinator.loading with parameters of type SegmentLoadingConfigModifierConstructorDescriptionStrategicSegmentAssigner(SegmentLoadQueueManager loadQueueManager, DruidCluster cluster, BalancerStrategy strategy, SegmentLoadingConfig loadingConfig, CoordinatorRunStats stats)