public class RemoteSyncTask extends SyncTask
SyncRequest
to remote(non-coordinator) node
to repair(stream) data with other replica.
When RemoteSyncTask receives SyncComplete from remote node, task completes.Constructor and Description |
---|
RemoteSyncTask(RepairJobDesc desc,
TreeResponse r1,
TreeResponse r2) |
Modifier and Type | Method and Description |
---|---|
protected void |
startSync(java.util.List<Range<Token>> differences) |
void |
syncComplete(boolean success) |
getCurrentStat, run
public RemoteSyncTask(RepairJobDesc desc, TreeResponse r1, TreeResponse r2)
Copyright © 2015 The Apache Software Foundation