| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic | |
| org.gridgain.grid.kernal.visor.cmd.dto.cache |
| Modifier and Type | Method and Description |
|---|---|
static GridCacheWriteSynchronizationMode |
GridCacheWriteSynchronizationMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheWriteSynchronizationMode |
GridCacheConfiguration.getWriteSynchronizationMode()
Gets write synchronization mode.
|
static GridCacheWriteSynchronizationMode |
GridCacheWriteSynchronizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheWriteSynchronizationMode[] |
GridCacheWriteSynchronizationMode.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.setWriteSynchronizationMode(GridCacheWriteSynchronizationMode writeSync)
Sets write synchronization mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheWriteSynchronizationMode |
GridCacheAttributes.writeSynchronization() |
| Modifier and Type | Method and Description |
|---|---|
GridCacheWriteSynchronizationMode |
GridDhtAtomicUpdateRequest.writeSynchronizationMode() |
GridCacheWriteSynchronizationMode |
GridNearAtomicUpdateRequest.writeSynchronizationMode() |
| Modifier and Type | Method and Description |
|---|---|
GridCacheWriteSynchronizationMode |
VisorCacheConfig.writeSynchronizationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfig.writeSynchronizationMode(GridCacheWriteSynchronizationMode writeSynchronizationMode) |
Copyright © 2014. All rights reserved.