Uses of Class
org.apache.cassandra.repair.CommonRange
Packages that use CommonRange
Package
Description
-
Uses of CommonRange in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair with type parameters of type CommonRangeModifier and TypeFieldDescriptionfinal List<CommonRange>RepairCoordinator.NeighborsAndRanges.commonRangesMethods in org.apache.cassandra.repair that return types with arguments of type CommonRangeModifier and TypeMethodDescriptionRepairCoordinator.NeighborsAndRanges.filterCommonRanges(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.Method parameters in org.apache.cassandra.repair with type arguments of type CommonRangeModifier and TypeMethodDescriptionprotected Future<CoordinatedRepairResult>AbstractRepairTask.runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, Scheduler validationScheduler, List<CommonRange> commonRanges, String... cfnames) Constructors in org.apache.cassandra.repair with parameters of type CommonRangeModifierConstructorDescriptionRepairSession(SharedContext ctx, Scheduler validationScheduler, TimeUUID parentRepairSession, CommonRange commonRange, String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, String... cfnames) Create new repair session.Constructor parameters in org.apache.cassandra.repair with type arguments of type CommonRangeModifierConstructorDescriptionNeighborsAndRanges(boolean shouldExcludeDeadParticipants, Set<InetAddressAndPort> participants, List<CommonRange> commonRanges) protectedNormalRepairTask(RepairCoordinator coordinator, TimeUUID parentSession, List<CommonRange> commonRanges, String[] cfnames) protectedPreviewRepairTask(RepairCoordinator coordinator, TimeUUID parentSession, List<CommonRange> commonRanges, String[] cfnames) -
Uses of CommonRange in org.apache.cassandra.repair.state
Fields in org.apache.cassandra.repair.state declared as CommonRangeMethods in org.apache.cassandra.repair.state that return types with arguments of type CommonRangeModifier and TypeMethodDescriptionCoordinatorState.getCommonRanges()CoordinatorState.getFilteredCommonRanges()Constructors in org.apache.cassandra.repair.state with parameters of type CommonRangeModifierConstructorDescriptionSessionState(Clock clock, TimeUUID parentRepairSession, String keyspace, String[] cfnames, CommonRange commonRange) -
Uses of CommonRange in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type CommonRangeModifier and TypeMethodDescriptionstatic voidSystemDistributedKeyspace.startRepairs(TimeUUID id, TimeUUID parent_id, String keyspaceName, String[] cfnames, CommonRange commonRange) -
Uses of CommonRange in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type CommonRangeModifier and TypeMethodDescriptionActiveRepairService.submitRepairSession(TimeUUID parentRepairSession, CommonRange range, String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, ExecutorPlus executor, Scheduler validationScheduler, String... cfnames) Requests repairs for the given keyspace and column families.