public abstract class AbstractRepairTask extends java.lang.Object implements RepairTask
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
keyspace |
protected static org.slf4j.Logger |
logger |
protected RepairNotifier |
notifier |
protected RepairOption |
options |
Modifier | Constructor and Description |
---|---|
protected |
AbstractRepairTask(RepairOption options,
java.lang.String keyspace,
RepairNotifier notifier) |
Modifier and Type | Method and Description |
---|---|
protected Future<CoordinatedRepairResult> |
runRepair(TimeUUID parentSession,
boolean isIncremental,
ExecutorPlus executor,
java.util.List<CommonRange> commonRanges,
java.lang.String... cfnames) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name, perform, performUnsafe, successMessage
protected static final org.slf4j.Logger logger
protected final RepairOption options
protected final java.lang.String keyspace
protected final RepairNotifier notifier
protected AbstractRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier)
protected Future<CoordinatedRepairResult> runRepair(TimeUUID parentSession, boolean isIncremental, ExecutorPlus executor, java.util.List<CommonRange> commonRanges, java.lang.String... cfnames)
Copyright © 2009-2022 The Apache Software Foundation