public interface InvocationStats
| Modifier and Type | Method and Description |
|---|---|
int |
getAttemptCount()
Gets the number of invocation attempts so far.
|
long |
getElapsedMillis()
Returns the elapsed time in milliseconds.
|
long |
getElapsedNanos()
Returns the elapsed time in nanoseconds.
|
long |
getStartMillis()
Returns the start time in milliseconds.
|
long |
getStartNanos()
Returns the start time in nanoseconds.
|
int getAttemptCount()
canRetry is called or
when the invocation is completed successfully.long getElapsedMillis()
long getElapsedNanos()
long getStartMillis()
long getStartNanos()
Copyright © 2016. All Rights Reserved.