Uses of Class
org.apache.druid.server.coordinator.loading.SegmentReplicaCount
Packages that use SegmentReplicaCount
-
Uses of SegmentReplicaCount in org.apache.druid.server.coordinator.loading
Methods in org.apache.druid.server.coordinator.loading that return SegmentReplicaCountModifier and TypeMethodDescriptionSegmentReplicaCountMap.computeIfAbsent(SegmentId segmentId, String tier) SegmentReplicationStatus.getReplicaCountsInCluster(SegmentId segmentId) Constructor parameters in org.apache.druid.server.coordinator.loading with type arguments of type SegmentReplicaCountModifierConstructorDescriptionSegmentReplicationStatus(Map<SegmentId, Map<String, SegmentReplicaCount>> replicaCountsInTier)