class RetryingTimeTracker extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private long | globalStartTime | 
| Constructor and Description | 
|---|
| RetryingTimeTracker() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getRemainingTime(int callTimeout) | 
| long | getStartTime() | 
| RetryingTimeTracker | start() | 
private long globalStartTime
RetryingTimeTracker()
public RetryingTimeTracker start()
public int getRemainingTime(int callTimeout)
public long getStartTime()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.