public enum OverseerAction extends Enum<OverseerAction>
CollectionParams.CollectionAction
Enum Constant and Description |
---|
ADDROUTINGRULE |
DELETECORE |
DOWNNODE |
LEADER |
QUIT |
REMOVEROUTINGRULE |
STATE |
UPDATESHARDSTATE |
Modifier and Type | Method and Description |
---|---|
static OverseerAction |
get(String p) |
boolean |
isEqual(String s) |
String |
toLower() |
static OverseerAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverseerAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverseerAction LEADER
public static final OverseerAction DELETECORE
public static final OverseerAction ADDROUTINGRULE
public static final OverseerAction REMOVEROUTINGRULE
public static final OverseerAction UPDATESHARDSTATE
public static final OverseerAction STATE
public static final OverseerAction QUIT
public static final OverseerAction DOWNNODE
public static OverseerAction[] values()
for (OverseerAction c : OverseerAction.values()) System.out.println(c);
public static OverseerAction 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 static OverseerAction get(String p)
public boolean isEqual(String s)
public String toLower()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.