public interface OperationResult<R>
| Modifier and Type | Method and Description |
|---|---|
int |
getAttemptsCount() |
Host |
getHost() |
long |
getLatency() |
long |
getLatency(java.util.concurrent.TimeUnit units) |
R |
getResult() |
void |
setAttemptsCount(int count)
Set the number of attempts executing this connection
|
Host getHost()
R getResult()
long getLatency()
long getLatency(java.util.concurrent.TimeUnit units)
units - int getAttemptsCount()
void setAttemptsCount(int count)
count -