|
Berkeley DB Java Edition version 5.0.58 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GroupChangeEvent.GroupChangeType>
com.sleepycat.je.rep.monitor.GroupChangeEvent.GroupChangeType
public static enum GroupChangeEvent.GroupChangeType
The kind of GroupChangeEvent.
Enum Constant Summary | |
---|---|
ADD
A new node was added to the replication group. |
|
REMOVE
A node was removed from the replication group. |
Method Summary | |
---|---|
static GroupChangeEvent.GroupChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GroupChangeEvent.GroupChangeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GroupChangeEvent.GroupChangeType ADD
added
to the replication group.
public static final GroupChangeEvent.GroupChangeType REMOVE
removed
from the replication group.
Method Detail |
---|
public static GroupChangeEvent.GroupChangeType[] values()
for (GroupChangeEvent.GroupChangeType c : GroupChangeEvent.GroupChangeType.values()) System.out.println(c);
public static GroupChangeEvent.GroupChangeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Berkeley DB Java Edition version 5.0.58 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |