public class InvocationStats extends Object
| 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.
|
public int getAttemptCount()
canRetry is called or
when the invocation is completed successfully.public long getElapsedMillis()
public long getElapsedNanos()
public long getStartMillis()
public long getStartNanos()
Copyright © 2016. All Rights Reserved.