Uses of Class
org.apache.cassandra.repair.CommonRange
-
Packages that use CommonRange Package Description org.apache.cassandra.repair org.apache.cassandra.repair.state org.apache.cassandra.schema org.apache.cassandra.service -
-
Uses of CommonRange in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair with type parameters of type CommonRange Modifier and Type Field Description java.util.List<CommonRange>RepairRunnable.NeighborsAndRanges. commonRangesMethods in org.apache.cassandra.repair that return types with arguments of type CommonRange Modifier and Type Method Description java.util.List<CommonRange>RepairRunnable.NeighborsAndRanges. 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.Method parameters in org.apache.cassandra.repair with type arguments of type CommonRange Modifier and Type Method Description protected Future<CoordinatedRepairResult>AbstractRepairTask. runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, Scheduler validationScheduler, java.util.List<CommonRange> commonRanges, java.lang.String... cfnames)Constructors in org.apache.cassandra.repair with parameters of type CommonRange Constructor Description RepairSession(TimeUUID parentRepairSession, Scheduler validationScheduler, CommonRange commonRange, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, java.lang.String... cfnames)Create new repair session.Constructor parameters in org.apache.cassandra.repair with type arguments of type CommonRange Constructor Description NeighborsAndRanges(boolean shouldExcludeDeadParticipants, java.util.Set<InetAddressAndPort> participants, java.util.List<CommonRange> commonRanges)NormalRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier, TimeUUID parentSession, java.util.List<CommonRange> commonRanges, java.lang.String[] cfnames)PreviewRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier, TimeUUID parentSession, java.util.List<CommonRange> commonRanges, java.lang.String[] cfnames) -
Uses of CommonRange in org.apache.cassandra.repair.state
Fields in org.apache.cassandra.repair.state declared as CommonRange Modifier and Type Field Description CommonRangeSessionState. commonRangeMethods in org.apache.cassandra.repair.state that return types with arguments of type CommonRange Modifier and Type Method Description java.util.List<CommonRange>CoordinatorState. getCommonRanges()java.util.List<CommonRange>CoordinatorState. getFilteredCommonRanges()Constructors in org.apache.cassandra.repair.state with parameters of type CommonRange Constructor Description SessionState(TimeUUID parentRepairSession, java.lang.String keyspace, java.lang.String[] cfnames, CommonRange commonRange) -
Uses of CommonRange in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type CommonRange Modifier and Type Method Description static voidSystemDistributedKeyspace. startRepairs(TimeUUID id, TimeUUID parent_id, java.lang.String keyspaceName, java.lang.String[] cfnames, CommonRange commonRange) -
Uses of CommonRange in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type CommonRange Modifier and Type Method Description RepairSessionActiveRepairService. submitRepairSession(TimeUUID parentRepairSession, CommonRange range, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, ExecutorPlus executor, Scheduler validationScheduler, java.lang.String... cfnames)Requests repairs for the given keyspace and column families.
-