| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.rules |
| Modifier and Type | Method and Description |
|---|---|
DruidCluster |
DruidCoordinatorRuntimeParams.getDruidCluster() |
| Modifier and Type | Method and Description |
|---|---|
static SegmentReplicantLookup |
SegmentReplicantLookup.make(DruidCluster cluster,
boolean replicateAfterLoadTimeout) |
DruidCoordinatorRuntimeParams.Builder |
DruidCoordinatorRuntimeParams.Builder.withDruidCluster(DruidCluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadcastDistributionRule.updateUnderReplicatedWithClusterView(Map<String,it.unimi.dsi.fastutil.objects.Object2LongMap<String>> underReplicatedPerTier,
SegmentReplicantLookup segmentReplicantLookup,
DruidCluster cluster,
DataSegment segment) |
void |
LoadRule.updateUnderReplicatedWithClusterView(Map<String,it.unimi.dsi.fastutil.objects.Object2LongMap<String>> underReplicatedPerTier,
SegmentReplicantLookup segmentReplicantLookup,
DruidCluster cluster,
DataSegment segment) |
default void |
Rule.updateUnderReplicatedWithClusterView(Map<String,it.unimi.dsi.fastutil.objects.Object2LongMap<String>> underReplicatedPerTier,
SegmentReplicantLookup segmentReplicantLookup,
DruidCluster cluster,
DataSegment segment)
This method should update the with the replication count of the
taking into consideration the number of servers available in cluster that the segment can be
replicated on.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.