public static enum CdcrParams.CdcrAction extends Enum<CdcrParams.CdcrAction>
Enum Constant and Description |
---|
BOOTSTRAP |
BOOTSTRAP_STATUS |
CANCEL_BOOTSTRAP |
COLLECTIONCHECKPOINT |
DISABLEBUFFER |
ENABLEBUFFER |
ERRORS |
LASTPROCESSEDVERSION |
OPS |
QUEUES |
SHARDCHECKPOINT |
START |
STATUS |
STOP |
Modifier and Type | Method and Description |
---|---|
static CdcrParams.CdcrAction |
get(String p) |
String |
toLower() |
static CdcrParams.CdcrAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdcrParams.CdcrAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdcrParams.CdcrAction START
public static final CdcrParams.CdcrAction STOP
public static final CdcrParams.CdcrAction STATUS
public static final CdcrParams.CdcrAction COLLECTIONCHECKPOINT
public static final CdcrParams.CdcrAction SHARDCHECKPOINT
public static final CdcrParams.CdcrAction ENABLEBUFFER
public static final CdcrParams.CdcrAction DISABLEBUFFER
public static final CdcrParams.CdcrAction LASTPROCESSEDVERSION
public static final CdcrParams.CdcrAction QUEUES
public static final CdcrParams.CdcrAction OPS
public static final CdcrParams.CdcrAction ERRORS
public static final CdcrParams.CdcrAction BOOTSTRAP
public static final CdcrParams.CdcrAction BOOTSTRAP_STATUS
public static final CdcrParams.CdcrAction CANCEL_BOOTSTRAP
public static CdcrParams.CdcrAction[] values()
for (CdcrParams.CdcrAction c : CdcrParams.CdcrAction.values()) System.out.println(c);
public static CdcrParams.CdcrAction 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 CdcrParams.CdcrAction get(String p)
public String toLower()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.