| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.configuration | |
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.distributed.dht.atomic | |
| org.apache.ignite.internal.visor.cache |
| Modifier and Type | Method and Description |
|---|---|
static CacheWriteSynchronizationMode |
CacheWriteSynchronizationMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheWriteSynchronizationMode |
CacheWriteSynchronizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheWriteSynchronizationMode[] |
CacheWriteSynchronizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
CacheConfiguration.getWriteSynchronizationMode()
Gets write synchronization mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfiguration.setWriteSynchronizationMode(CacheWriteSynchronizationMode writeSync)
Sets write synchronization mode.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
GridCacheAttributes.writeSynchronization() |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
GridNearAtomicUpdateRequest.writeSynchronizationMode() |
CacheWriteSynchronizationMode |
GridDhtAtomicUpdateRequest.writeSynchronizationMode() |
| Constructor and Description |
|---|
GridDhtAtomicUpdateRequest(int cacheId,
UUID nodeId,
GridCacheVersion futVer,
GridCacheVersion writeVer,
CacheWriteSynchronizationMode syncMode,
long topVer,
boolean forceTransformBackups,
UUID subjId,
int taskNameHash,
Object[] invokeArgs)
Constructor.
|
GridNearAtomicUpdateFuture(GridCacheContext<K,V> cctx,
GridDhtAtomicCache<K,V> cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Collection<? extends K> keys,
Collection<?> vals,
Object[] invokeArgs,
Collection<GridCacheDrInfo<V>> drPutVals,
Collection<GridCacheVersion> drRmvVals,
boolean retval,
boolean rawRetval,
GridCacheEntryEx<K,V> cached,
javax.cache.expiry.ExpiryPolicy expiryPlc,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter,
UUID subjId,
int taskNameHash) |
GridNearAtomicUpdateRequest(int cacheId,
UUID nodeId,
GridCacheVersion futVer,
boolean fastMap,
GridCacheVersion updateVer,
long topVer,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
boolean retval,
boolean forceTransformBackups,
javax.cache.expiry.ExpiryPolicy expiryPlc,
Object[] invokeArgs,
IgnitePredicate<javax.cache.Cache.Entry<K,V>>[] filter,
UUID subjId,
int taskNameHash)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
VisorCacheConfiguration.writeSynchronizationMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfiguration.writeSynchronizationMode(CacheWriteSynchronizationMode writeSynchronizationMode) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015