public static enum ReplicationSpec.KEY extends Enum<ReplicationSpec.KEY>
Enum Constant and Description |
---|
CURR_STATE_ID |
EVENT_ID |
NOOP |
REPL_SCOPE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ReplicationSpec.KEY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationSpec.KEY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationSpec.KEY REPL_SCOPE
public static final ReplicationSpec.KEY EVENT_ID
public static final ReplicationSpec.KEY CURR_STATE_ID
public static final ReplicationSpec.KEY NOOP
public static ReplicationSpec.KEY[] values()
for (ReplicationSpec.KEY c : ReplicationSpec.KEY.values()) System.out.println(c);
public static ReplicationSpec.KEY 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 toString()
toString
in class Enum<ReplicationSpec.KEY>
Copyright © 2017 The Apache Software Foundation. All rights reserved.