| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.visor.cmd.dto.cache | |
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
static GridCacheAtomicityMode |
GridCacheConfiguration.DFLT_CACHE_ATOMICITY_MODE
Default atomicity mode.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheAtomicityMode |
GridCacheAtomicityMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheAtomicityMode |
GridCacheConfiguration.getAtomicityMode()
Gets cache atomicity mode.
|
static GridCacheAtomicityMode |
GridCacheAtomicityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheAtomicityMode[] |
GridCacheAtomicityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheConfiguration.setAtomicityMode(GridCacheAtomicityMode atomicityMode)
Sets cache atomicity mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAtomicityMode |
GridCacheAttributes.atomicityMode() |
| Modifier and Type | Method and Description |
|---|---|
GridCacheAtomicityMode |
VisorCacheConfig.atomicityMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfig.atomicityMode(GridCacheAtomicityMode atomicityMode) |
| Modifier and Type | Method and Description |
|---|---|
static GridCacheAtomicityMode |
GridUtils.atomicityMode(GridNode n,
String cacheName)
Gets cache mode or a cache on given node or
null if cache is not
present on given node. |
Copyright © 2014. All rights reserved.