| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.distributed.dht.atomic | |
| org.apache.ignite.internal.processors.cache.distributed.near | |
| org.apache.ignite.internal.processors.cache.transactions | |
| 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 |
|---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setWriteSynchronizationMode(CacheWriteSynchronizationMode writeSync)
Sets write synchronization mode.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
GridCacheAttributes.writeSynchronization() |
| Modifier and Type | Field and Description |
|---|---|
protected CacheWriteSynchronizationMode |
GridNearAtomicAbstractUpdateFuture.syncMode
Write synchronization mode.
|
| 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,
AffinityTopologyVersion topVer,
boolean forceTransformBackups,
UUID subjId,
int taskNameHash,
Object[] invokeArgs,
boolean addDepInfo,
boolean keepBinary,
boolean skipStore)
Constructor.
|
GridNearAtomicAbstractUpdateFuture(GridCacheContext cctx,
GridDhtAtomicCache cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Object[] invokeArgs,
boolean retval,
boolean rawRetval,
javax.cache.expiry.ExpiryPolicy expiryPlc,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
int remapCnt,
boolean waitTopFut)
Constructor.
|
GridNearAtomicSingleUpdateFuture(GridCacheContext cctx,
GridDhtAtomicCache cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Object key,
Object val,
Object[] invokeArgs,
boolean retval,
boolean rawRetval,
javax.cache.expiry.ExpiryPolicy expiryPlc,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
int remapCnt,
boolean waitTopFut) |
GridNearAtomicUpdateFuture(GridCacheContext cctx,
GridDhtAtomicCache cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Collection<?> keys,
Collection<?> vals,
Object[] invokeArgs,
Collection<GridCacheDrInfo> conflictPutVals,
Collection<GridCacheVersion> conflictRmvVals,
boolean retval,
boolean rawRetval,
javax.cache.expiry.ExpiryPolicy expiryPlc,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
int remapCnt,
boolean waitTopFut) |
GridNearAtomicUpdateRequest(int cacheId,
UUID nodeId,
GridCacheVersion futVer,
boolean fastMap,
GridCacheVersion updateVer,
AffinityTopologyVersion topVer,
boolean topLocked,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
boolean retval,
javax.cache.expiry.ExpiryPolicy expiryPlc,
Object[] invokeArgs,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
boolean clientReq,
boolean addDepInfo,
int maxEntryCnt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
GridNearTxFinishRequest.syncMode() |
| Constructor and Description |
|---|
GridNearTxFinishRequest(IgniteUuid futId,
GridCacheVersion xidVer,
long threadId,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
CacheWriteSynchronizationMode syncMode,
boolean explicitLock,
boolean storeEnabled,
AffinityTopologyVersion topVer,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
int txSize,
UUID subjId,
int taskNameHash,
boolean addDepInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheWriteSynchronizationMode |
IgniteTxAdapter.syncMode |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
IgniteInternalTx.syncMode() |
CacheWriteSynchronizationMode |
IgniteTxAdapter.syncMode() |
CacheWriteSynchronizationMode |
IgniteTxStateImpl.syncMode(GridCacheSharedContext cctx) |
CacheWriteSynchronizationMode |
IgniteTxState.syncMode(GridCacheSharedContext cctx) |
CacheWriteSynchronizationMode |
IgniteTxRemoteStateAdapter.syncMode(GridCacheSharedContext cctx) |
CacheWriteSynchronizationMode |
IgniteTxImplicitSingleStateImpl.syncMode(GridCacheSharedContext cctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxAdapter.syncMode(CacheWriteSynchronizationMode syncMode) |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
VisorCacheConfiguration.writeSynchronizationMode() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016