Package org.apache.cassandra.repair
Class AbstractRepairTask
java.lang.Object
org.apache.cassandra.repair.AbstractRepairTask
- All Implemented Interfaces:
RepairTask
- Direct Known Subclasses:
IncrementalRepairTask,NormalRepairTask,PreviewRepairTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InetAddressAndPortprotected final RepairCoordinatorprotected final Stringprotected static final org.slf4j.Loggerprotected final RepairOption -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Future<CoordinatedRepairResult>runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, Scheduler validationScheduler, List<CommonRange> commonRanges, String... cfnames) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.repair.RepairTask
name, perform, performUnsafe, successMessage
-
Field Details
-
logger
protected static final org.slf4j.Logger logger -
coordinator
-
broadcastAddressAndPort
-
options
-
keyspace
-
-
Constructor Details
-
AbstractRepairTask
-
-
Method Details
-
runRepair
protected Future<CoordinatedRepairResult> runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, Scheduler validationScheduler, List<CommonRange> commonRanges, String... cfnames)
-