Uses of Class
org.apache.cassandra.repair.SyncTask
Packages that use SyncTask
-
Uses of SyncTask in org.apache.cassandra.repair
Subclasses of SyncTask in org.apache.cassandra.repairModifier and TypeClassDescriptionclassAsymmetricRemoteSyncTask sendsSyncRequestto target node to repair(stream) data with other target replica.classLocalSyncTask performs streaming between local(coordinator) node and remote replica.classSymmetricRemoteSyncTask sendsSyncRequestto remote(non-coordinator) node to repair(stream) data with other replica.