public enum Scope extends Enum<Scope>
Enum Constant and Description |
---|
COMMUNICATION
Communication scope.
|
DISCOVERY
Discovery scope.
|
EXCHANGE
Exchange scope.
|
SQL
SQL query scope.
|
TX
Transactional scope.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
fromIndex(short idx)
Created Scope from it's 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 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 static Scope fromIndex(short idx)
idx
- Index.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023