public enum GridOffHeapEvent extends Enum<GridOffHeapEvent>
| Enum Constant and Description |
|---|
ALLOCATE
Memory allocate event.
|
REHASH
Rehash event.
|
RELEASE
Memory release event.
|
| Modifier and Type | Method and Description |
|---|---|
static GridOffHeapEvent |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static GridOffHeapEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridOffHeapEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridOffHeapEvent REHASH
public static final GridOffHeapEvent ALLOCATE
public static final GridOffHeapEvent RELEASE
public static GridOffHeapEvent[] values()
for (GridOffHeapEvent c : GridOffHeapEvent.values()) System.out.println(c);
public static GridOffHeapEvent 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 null@Nullable public static GridOffHeapEvent fromOrdinal(int ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017