|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GridCacheQueueType>
org.gridgain.grid.cache.datastructures.GridCacheQueueType
public enum GridCacheQueueType
Supported distributed cache queue types.
| Wiki | |
| Forum |
GridCacheQueue
![]() |
![]() |
| Enum Constant Summary | |
|---|---|
FIFO
FIFO (first-in-first-out). |
|
LIFO
LIFO (last-in-first-out). |
|
PRIORITY
Weighted priority. |
|
| Method Summary | |
|---|---|
static GridCacheQueueType |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal. |
static GridCacheQueueType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridCacheQueueType[] |
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 GridCacheQueueType FIFO
public static final GridCacheQueueType LIFO
public static final GridCacheQueueType PRIORITY
| Method Detail |
|---|
public static GridCacheQueueType[] values()
for (GridCacheQueueType c : GridCacheQueueType.values()) System.out.println(c);
public static GridCacheQueueType valueOf(String name)
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullname - the name of the enum constant to be returned.
@Nullable public static GridCacheQueueType fromOrdinal(int ord)
ord - Ordinal value.
null if ordinal out of range.
|
GridGain 3.6.0e
Enterprise Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
|
GridGain - Real Time Big Data
|
|
|