public static enum PeerAwareInstanceRegistry.Action extends java.lang.Enum<PeerAwareInstanceRegistry.Action>
| Enum Constant and Description |
|---|
Cancel |
DeleteStatusOverride |
Heartbeat |
Register |
StatusUpdate |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.servo.monitor.Timer |
getTimer() |
static PeerAwareInstanceRegistry.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeerAwareInstanceRegistry.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeerAwareInstanceRegistry.Action Heartbeat
public static final PeerAwareInstanceRegistry.Action Register
public static final PeerAwareInstanceRegistry.Action Cancel
public static final PeerAwareInstanceRegistry.Action StatusUpdate
public static final PeerAwareInstanceRegistry.Action DeleteStatusOverride
public static PeerAwareInstanceRegistry.Action[] values()
for (PeerAwareInstanceRegistry.Action c : PeerAwareInstanceRegistry.Action.values()) System.out.println(c);
public static PeerAwareInstanceRegistry.Action valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic com.netflix.servo.monitor.Timer getTimer()