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 classAsymmetricRemoteSyncTaskAsymmetricRemoteSyncTask sendsSyncRequestto target node to repair(stream) data with other target replica.classSymmetricRemoteSyncTaskSymmetricRemoteSyncTask sendsSyncRequestto 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 voidRepairSession. trackSyncCompletion(Pair<RepairJobDesc,SyncNodePair> key, CompletableRemoteSyncTask task)
-