Package org.apache.cassandra.repair
Interface RepairNotifier
-
- All Known Implementing Classes:
RepairCoordinator
public interface RepairNotifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notification(java.lang.String message)
void
notifyError(java.lang.Throwable error)
void
notifyProgress(java.lang.String message)
-