Uses of Interface
org.apache.cassandra.repair.CompletableRemoteSyncTask
-
Packages that use CompletableRemoteSyncTask Package Description org.apache.cassandra.repair -
-
Uses of CompletableRemoteSyncTask in org.apache.cassandra.repair
Classes in org.apache.cassandra.repair that implement CompletableRemoteSyncTask Modifier and Type Class Description class
AsymmetricRemoteSyncTask
AsymmetricRemoteSyncTask sendsSyncRequest
to target node to repair(stream) data with other target replica.class
SymmetricRemoteSyncTask
SymmetricRemoteSyncTask sendsSyncRequest
to remote(non-coordinator) node to repair(stream) data with other replica.Methods in org.apache.cassandra.repair with parameters of type CompletableRemoteSyncTask Modifier and Type Method Description void
RepairSession. trackSyncCompletion(Pair<RepairJobDesc,SyncNodePair> key, CompletableRemoteSyncTask task)
-