Uses of Class
org.apache.druid.server.coordinator.loading.SegmentReplicaCount
-
Packages that use SegmentReplicaCount Package Description org.apache.druid.server.coordinator.loading -
-
Uses of SegmentReplicaCount in org.apache.druid.server.coordinator.loading
Methods in org.apache.druid.server.coordinator.loading that return SegmentReplicaCount Modifier and Type Method Description SegmentReplicaCountSegmentReplicaCountMap. computeIfAbsent(org.apache.druid.timeline.SegmentId segmentId, String tier)SegmentReplicaCountSegmentReplicationStatus. getReplicaCountsInCluster(org.apache.druid.timeline.SegmentId segmentId)Constructor parameters in org.apache.druid.server.coordinator.loading with type arguments of type SegmentReplicaCount Constructor Description SegmentReplicationStatus(Map<org.apache.druid.timeline.SegmentId,Map<String,SegmentReplicaCount>> replicaCountsInTier)
-