Uses of Class
org.apache.cassandra.repair.SyncTask
-
Packages that use SyncTask Package Description org.apache.cassandra.repair -
-
Uses of SyncTask in org.apache.cassandra.repair
Subclasses of SyncTask in org.apache.cassandra.repair Modifier and Type Class Description classAsymmetricRemoteSyncTaskAsymmetricRemoteSyncTask sendsSyncRequestto target node to repair(stream) data with other target replica.classLocalSyncTaskLocalSyncTask performs streaming between local(coordinator) node and remote replica.classSymmetricRemoteSyncTaskSymmetricRemoteSyncTask sendsSyncRequestto remote(non-coordinator) node to repair(stream) data with other replica.
-