public interface ResultStatus
CassandraHost used
for the execution of the operation and how long that operation
took in micro seconds| Modifier and Type | Method and Description |
|---|---|
long |
getExecutionTimeMicro()
How long the operation took to execute in MICRO-seconds.
|
long |
getExecutionTimeNano() |
CassandraHost |
getHostUsed()
The
CassandraHost on which this operation
was successful |
long getExecutionTimeMicro()
System.nanoTime()
divided by 1000long getExecutionTimeNano()
CassandraHost getHostUsed()
CassandraHost on which this operation
was successfulCopyright © 2014. All Rights Reserved.