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 class
AsymmetricRemoteSyncTask
AsymmetricRemoteSyncTask sendsSyncRequest
to target node to repair(stream) data with other target replica.class
LocalSyncTask
LocalSyncTask performs streaming between local(coordinator) node and remote replica.class
SymmetricRemoteSyncTask
SymmetricRemoteSyncTask sendsSyncRequest
to remote(non-coordinator) node to repair(stream) data with other replica.
-