public static final 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, wait
public Quarantined(int uid, scala.concurrent.duration.Deadline timeOfRelease)
public int uid()
public scala.concurrent.duration.Deadline timeOfRelease()
public boolean isTombstone()
EndpointManager.EndpointPolicy
isTombstone
in interface EndpointManager.EndpointPolicy