public static class EndpointManager.Quarantined extends java.lang.Object implements EndpointManager.EndpointPolicy, scala.Product, scala.Serializable
| Constructor and Description |
|---|
Quarantined(int uid,
scala.concurrent.duration.Deadline timeOfRelease) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTombstone()
Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
|
scala.concurrent.duration.Deadline |
timeOfRelease() |
int |
uid() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Quarantined(int uid,
scala.concurrent.duration.Deadline timeOfRelease)
public int uid()
public scala.concurrent.duration.Deadline timeOfRelease()
public boolean isTombstone()
EndpointManager.EndpointPolicyisTombstone in interface EndpointManager.EndpointPolicy