public static enum BroadcastTableSpaceRequestInfo.Action extends Enum<BroadcastTableSpaceRequestInfo.Action>
Enum Constant and Description |
---|
CLEAR_ENTRIES |
PULL_ENTRIES |
PUSH_ENTRIES |
PUSH_ENTRY |
Modifier and Type | Field and Description |
---|---|
byte |
value |
Modifier and Type | Method and Description |
---|---|
static BroadcastTableSpaceRequestInfo.Action |
valueOf(byte value) |
static BroadcastTableSpaceRequestInfo.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BroadcastTableSpaceRequestInfo.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BroadcastTableSpaceRequestInfo.Action PUSH_ENTRY
public static final BroadcastTableSpaceRequestInfo.Action PUSH_ENTRIES
public static final BroadcastTableSpaceRequestInfo.Action PULL_ENTRIES
public static final BroadcastTableSpaceRequestInfo.Action CLEAR_ENTRIES
public static BroadcastTableSpaceRequestInfo.Action[] values()
for (BroadcastTableSpaceRequestInfo.Action c : BroadcastTableSpaceRequestInfo.Action.values()) System.out.println(c);
public static BroadcastTableSpaceRequestInfo.Action 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 BroadcastTableSpaceRequestInfo.Action valueOf(byte value)
Copyright © GigaSpaces.