Uses of Interface
org.apache.cassandra.repair.RepairNotifier
-
Packages that use RepairNotifier Package Description org.apache.cassandra.repair -
-
Uses of RepairNotifier in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement RepairNotifier Modifier and Type Class Description classRepairRunnableFields in org.apache.cassandra.repair declared as RepairNotifier Modifier and Type Field Description protected RepairNotifierAbstractRepairTask. notifierConstructors in org.apache.cassandra.repair with parameters of type RepairNotifier Constructor Description AbstractRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier)IncrementalRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier, TimeUUID parentSession, RepairRunnable.NeighborsAndRanges neighborsAndRanges, java.lang.String[] cfnames)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)
-