Class RepairCoordinator.NeighborsAndRanges

  • Enclosing class:
    RepairCoordinator

    public static final class RepairCoordinator.NeighborsAndRanges
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CommonRange> filterCommonRanges​(java.lang.String keyspace, java.lang.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NeighborsAndRanges

        public NeighborsAndRanges​(boolean shouldExcludeDeadParticipants,
                                  java.util.Set<InetAddressAndPort> participants,
                                  java.util.List<CommonRange> commonRanges)
    • Method Detail

      • filterCommonRanges

        public java.util.List<CommonRange> filterCommonRanges​(java.lang.String keyspace,
                                                              java.lang.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.