Package org.apache.cassandra.repair
Class RepairCoordinator.NeighborsAndRanges
java.lang.Object
org.apache.cassandra.repair.RepairCoordinator.NeighborsAndRanges
- Enclosing class:
- RepairCoordinator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNeighborsAndRanges(boolean shouldExcludeDeadParticipants, Set<InetAddressAndPort> participants, List<CommonRange> commonRanges) -
Method Summary
Modifier and TypeMethodDescriptionfilterCommonRanges(String keyspace, String[] tableNames) When in the force mode, removes dead nodes from common ranges (not contained within `allNeighbors`), and exludes ranges left without any participants When not in the force mode, no-op.
-
Field Details
-
participants
-
commonRanges
-
-
Constructor Details
-
NeighborsAndRanges
public NeighborsAndRanges(boolean shouldExcludeDeadParticipants, Set<InetAddressAndPort> participants, List<CommonRange> commonRanges)
-
-
Method Details
-
filterCommonRanges
When in the force mode, removes dead nodes from common ranges (not contained within `allNeighbors`), and exludes ranges left without any participants When not in the force mode, no-op.
-