Package org.apache.cassandra.repair
Interface CompletableRemoteSyncTask
-
- All Known Implementing Classes:
AsymmetricRemoteSyncTask
,SymmetricRemoteSyncTask
public interface CompletableRemoteSyncTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
syncComplete(boolean success, java.util.List<SessionSummary> summaries)
-
-
-
Method Detail
-
syncComplete
void syncComplete(boolean success, java.util.List<SessionSummary> summaries)
-
-