public enum GridClientCacheMode extends Enum<GridClientCacheMode>
| Enum Constant and Description |
|---|
LOCAL
Local cache.
|
PARTITIONED
Partitioned cache.
|
REPLICATED
Replicated cache.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientCacheMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClientCacheMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridClientCacheMode LOCAL
public static final GridClientCacheMode REPLICATED
public static final GridClientCacheMode PARTITIONED
public static GridClientCacheMode[] values()
for (GridClientCacheMode c : GridClientCacheMode.values()) System.out.println(c);
public static GridClientCacheMode 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 Fabric : ver. 2.4.0 Release Date : March 5 2018