| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.visor.cmd.dto.cache |
| Modifier and Type | Method and Description |
|---|---|
static GridCacheAtomicWriteOrderMode |
GridCacheAtomicWriteOrderMode.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheAtomicWriteOrderMode |
GridCacheConfiguration.getAtomicWriteOrderMode()
Gets cache write ordering mode.
|
static GridCacheAtomicWriteOrderMode |
GridCacheAtomicWriteOrderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheAtomicWriteOrderMode[] |
GridCacheAtomicWriteOrderMode.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.setAtomicWriteOrderMode(GridCacheAtomicWriteOrderMode atomicWriteOrderMode)
Sets cache write ordering mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAtomicWriteOrderMode |
VisorCacheConfig.atomicWriteOrderMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfig.atomicWriteOrderMode(GridCacheAtomicWriteOrderMode atomicWriteOrderMode) |
Copyright © 2014. All rights reserved.