protected static class BasicNetworkStatus.HostInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected int | attemptLimit | 
| protected AtomicLong | lastLogTime | 
| protected AtomicInteger | logCount | 
| protected long | tryAgainInterval | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | HostInfo(int attemptLimit,
        long tryAgainInterval) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | isTimeToTryAgain() | 
| protected boolean | isUnavailable() | 
protected final int attemptLimit
protected AtomicLong lastLogTime
protected AtomicInteger logCount
protected final long tryAgainInterval