public enum Scope extends Enum<Scope>
Enum Constant and Description |
---|
CACHE_API_READ
Cache API read scope: get, getAll, getAsync, getAllAsync.
|
CACHE_API_WRITE
Cache API write scope: put, remove, putAll, removeAll, putAsync, etc.
|
COMMUNICATION
Communication scope.
|
DISCOVERY
Discovery scope.
|
EXCHANGE
Exchange scope.
|
SQL
SQL query scope.
|
TX
Transactional scope.
|
Modifier and Type | Method and Description |
---|---|
TracingConfigurationCoordinates |
coordinates() |
static Scope |
fromIndex(short idx)
Created Scope from its index.
|
short |
idx() |
static Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope DISCOVERY
public static final Scope EXCHANGE
public static final Scope COMMUNICATION
public static final Scope TX
public static final Scope CACHE_API_WRITE
public static final Scope CACHE_API_READ
public static final Scope SQL
public static Scope[] values()
for (Scope c : Scope.values()) System.out.println(c);
public static Scope 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 short idx()
public TracingConfigurationCoordinates coordinates()
public static Scope fromIndex(short idx)
idx
- Index.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024