public class AsyncRepairCallback extends java.lang.Object implements IAsyncCallback<ReadResponse>
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.atomic.AtomicInteger |
received |
isAlive
Constructor and Description |
---|
AsyncRepairCallback(DataResolver repairResolver,
int blockfor) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLatencyForSnitch() |
void |
response(MessageIn<ReadResponse> message) |
public AsyncRepairCallback(DataResolver repairResolver, int blockfor)
public void response(MessageIn<ReadResponse> message)
response
in interface IAsyncCallback<ReadResponse>
message
- response received.public boolean isLatencyForSnitch()
isLatencyForSnitch
in interface IAsyncCallback<ReadResponse>
Copyright © 2016 The Apache Software Foundation