public static enum GossiperEvent.GossiperEventType extends java.lang.Enum<GossiperEvent.GossiperEventType>
| Enum Constant and Description |
|---|
CONVICTED |
EVICTED_FROM_MEMBERSHIP |
MAJOR_STATE_CHANGE_HANDLED |
MARKED_ALIVE |
MARKED_AS_SHUTDOWN |
MARKED_DEAD |
QUARANTINED_ENDPOINT |
REAL_MARKED_ALIVE |
REMOVED_ENDPOINT |
REPLACED_ENDPOINT |
REPLACEMENT_QUARANTINE |
SEND_GOSSIP_DIGEST_SYN |
| Modifier and Type | Method and Description |
|---|---|
static GossiperEvent.GossiperEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GossiperEvent.GossiperEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GossiperEvent.GossiperEventType MARKED_AS_SHUTDOWN
public static final GossiperEvent.GossiperEventType CONVICTED
public static final GossiperEvent.GossiperEventType REPLACEMENT_QUARANTINE
public static final GossiperEvent.GossiperEventType REPLACED_ENDPOINT
public static final GossiperEvent.GossiperEventType EVICTED_FROM_MEMBERSHIP
public static final GossiperEvent.GossiperEventType REMOVED_ENDPOINT
public static final GossiperEvent.GossiperEventType QUARANTINED_ENDPOINT
public static final GossiperEvent.GossiperEventType MARKED_ALIVE
public static final GossiperEvent.GossiperEventType REAL_MARKED_ALIVE
public static final GossiperEvent.GossiperEventType MARKED_DEAD
public static final GossiperEvent.GossiperEventType MAJOR_STATE_CHANGE_HANDLED
public static final GossiperEvent.GossiperEventType SEND_GOSSIP_DIGEST_SYN
public static GossiperEvent.GossiperEventType[] values()
for (GossiperEvent.GossiperEventType c : GossiperEvent.GossiperEventType.values()) System.out.println(c);
public static GossiperEvent.GossiperEventType 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 nullCopyright © 2009-2020 The Apache Software Foundation