public interface LatencyFaultTolerance<T>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isAvailable(T name) |
T |
pickOneAtLeast() |
void |
remove(T name) |
void |
updateFaultItem(T name,
long currentLatency,
long notAvailableDuration) |
Copyright © 2012–2016. All rights reserved.