Package org.apache.cassandra.repair
Interface RepairNotifier
-
- All Known Implementing Classes:
RepairRunnable
public interface RepairNotifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotification(java.lang.String message)voidnotifyError(java.lang.Throwable error)voidnotifyProgress(java.lang.String message)
-