public interface LatencyFaultTolerance<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable(T name) |
T |
pickOneAtLeast() |
void |
remove(T name) |
void |
updateFaultItem(T name,
long currentLatency,
long notAvailableDuration) |