|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultStatus
Common interface for tracking the CassandraHost used
for the execution of the operation and how long that operation
took in micro seconds
| Method Summary | |
|---|---|
long |
getExecutionTimeMicro()
How long the operation took to execute in MICRO-seconds. |
long |
getExecutionTimeNano()
|
CassandraHost |
getHostUsed()
The CassandraHost on which this operation
was successful |
| Method Detail |
|---|
long getExecutionTimeMicro()
System.nanoTime()
divided by 1000
long getExecutionTimeNano()
CassandraHost getHostUsed()
CassandraHost on which this operation
was successful
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||