| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.rules |
| Modifier and Type | Method and Description |
|---|---|
SegmentReplicantLookup |
DruidCoordinatorRuntimeParams.getSegmentReplicantLookup() |
static SegmentReplicantLookup |
SegmentReplicantLookup.make(DruidCluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withSegmentReplicantLookup(SegmentReplicantLookup lookup) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Rule.updateUnderReplicated(Map<String,it.unimi.dsi.fastutil.objects.Object2LongMap<String>> underReplicatedPerTier,
SegmentReplicantLookup segmentReplicantLookup,
DataSegment segment)
This method should update the with the replication count of the
.
|
void |
BroadcastDistributionRule.updateUnderReplicated(Map<String,it.unimi.dsi.fastutil.objects.Object2LongMap<String>> underReplicatedPerTier,
SegmentReplicantLookup segmentReplicantLookup,
DataSegment segment) |
void |
LoadRule.updateUnderReplicated(Map<String,it.unimi.dsi.fastutil.objects.Object2LongMap<String>> underReplicatedPerTier,
SegmentReplicantLookup segmentReplicantLookup,
DataSegment segment) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.