public static enum ClusterStateChangedEvent.ActionNames extends Enum<ClusterStateChangedEvent.ActionNames>
Enum Constant and Description |
---|
NODES_MOVED_TO_OFFLINE |
NODES_REMOVED |
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
static ClusterStateChangedEvent.ActionNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStateChangedEvent.ActionNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterStateChangedEvent.ActionNames NODES_REMOVED
public static final ClusterStateChangedEvent.ActionNames NODES_MOVED_TO_OFFLINE
public static ClusterStateChangedEvent.ActionNames[] values()
for (ClusterStateChangedEvent.ActionNames c : ClusterStateChangedEvent.ActionNames.values()) System.out.println(c);
public static ClusterStateChangedEvent.ActionNames 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 nullpublic String getActionName()
Copyright © 2002-2023 Atlassian. All Rights Reserved.