|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GridTaskSessionScope>
org.gridgain.grid.GridTaskSessionScope
public enum GridTaskSessionScope
Defines life-time scopes for checkpoint operations. Such operations include:
![]() |
![]() |
| Enum Constant Summary | |
|---|---|
GLOBAL_SCOPE
Data saved with this scope will only be removed automatically if they time out and time out is supported. |
|
SESSION_SCOPE
Data saved with this scope will be automatically removed once the task session is completed (i.e. execution of the task is completed) or when they time out. |
|
| Method Summary | |
|---|---|
static GridTaskSessionScope |
fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal. |
static GridTaskSessionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridTaskSessionScope[] |
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 GridTaskSessionScope SESSION_SCOPE
public static final GridTaskSessionScope GLOBAL_SCOPE
GridTaskSession
interface.
| Method Detail |
|---|
public static GridTaskSessionScope[] values()
for (GridTaskSessionScope c : GridTaskSessionScope.values()) System.out.println(c);
public static GridTaskSessionScope 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 GridTaskSessionScope fromOrdinal(byte ord)
ord - Ordinal value.
|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
|
GridGain - In-Memory Big Data
|
|
|