public enum GridTaskThreadContextKey extends Enum<GridTaskThreadContextKey>
| Enum Constant and Description |
|---|
TC_IO_POLICY
IO manager policy.
|
TC_NO_FAILOVER
No failover flag.
|
TC_NO_RESULT_CACHE
No result cache flag.
|
TC_SKIP_AUTH
Skip authorization for the task.
|
TC_SUBGRID
Projection for the task.
|
TC_SUBGRID_PREDICATE
Projection predicate for the task.
|
TC_SUBJ_ID
Security subject ID.
|
TC_TASK_NAME
Task name.
|
TC_TIMEOUT
Timeout in milliseconds associated with the task.
|
| Modifier and Type | Method and Description |
|---|---|
static GridTaskThreadContextKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridTaskThreadContextKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridTaskThreadContextKey TC_TASK_NAME
public static final GridTaskThreadContextKey TC_NO_FAILOVER
public static final GridTaskThreadContextKey TC_NO_RESULT_CACHE
public static final GridTaskThreadContextKey TC_SUBGRID
public static final GridTaskThreadContextKey TC_SUBGRID_PREDICATE
public static final GridTaskThreadContextKey TC_TIMEOUT
public static final GridTaskThreadContextKey TC_SUBJ_ID
public static final GridTaskThreadContextKey TC_IO_POLICY
public static final GridTaskThreadContextKey TC_SKIP_AUTH
public static GridTaskThreadContextKey[] values()
for (GridTaskThreadContextKey c : GridTaskThreadContextKey.values()) System.out.println(c);
public static GridTaskThreadContextKey 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021