Class StreamingRepairTask

java.lang.Object
org.apache.cassandra.repair.StreamingRepairTask
All Implemented Interfaces:
com.google.common.util.concurrent.FutureCallback<StreamState>, Runnable, StreamEventHandler

public class StreamingRepairTask extends Object implements Runnable, StreamEventHandler
StreamingRepairTask performs data streaming between two remote replicas, neither of which is repair coordinator. Task will send SyncResponse message back to coordinator upon streaming completion.