public enum ClusterViewEvents extends Enum<ClusterViewEvents>
| Enum Constant and Description |
|---|
ADD_EVENT |
CLUSTER_STOP_EVENT |
FAILURE_EVENT |
IN_DOUBT_EVENT |
JOINED_AND_READY_EVENT |
MASTER_CHANGE_EVENT |
NO_LONGER_INDOUBT_EVENT |
PEER_STOP_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static ClusterViewEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterViewEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterViewEvents ADD_EVENT
public static final ClusterViewEvents PEER_STOP_EVENT
public static final ClusterViewEvents CLUSTER_STOP_EVENT
public static final ClusterViewEvents MASTER_CHANGE_EVENT
public static final ClusterViewEvents IN_DOUBT_EVENT
public static final ClusterViewEvents FAILURE_EVENT
public static final ClusterViewEvents NO_LONGER_INDOUBT_EVENT
public static final ClusterViewEvents JOINED_AND_READY_EVENT
public static ClusterViewEvents[] values()
for (ClusterViewEvents c : ClusterViewEvents.values()) System.out.println(c);
public static ClusterViewEvents valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2019 Eclipse Foundation. All rights reserved.