| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.distributed | |
| org.apache.ignite.internal.processors.cache.distributed.dht | |
| 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.processors.query | |
| org.apache.ignite.internal.visor.cache | |
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable 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 |
ClientCacheConfiguration.getWriteSynchronizationMode()
Gets write synchronization mode.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCacheConfiguration |
ClientCacheConfiguration.setWriteSynchronizationMode(CacheWriteSynchronizationMode newVal) |
| 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() |
CacheWriteSynchronizationMode |
CacheConfigurationOverride.writeSynchronizationMode() |
| Modifier and Type | Method and Description |
|---|---|
CacheConfigurationOverride |
CacheConfigurationOverride.writeSynchronizationMode(CacheWriteSynchronizationMode writeSync) |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
GridDistributedTxFinishRequest.syncMode() |
| Constructor and Description |
|---|
GridDistributedTxFinishRequest(GridCacheVersion xidVer,
IgniteUuid futId,
@NotNull AffinityTopologyVersion topVer,
@Nullable GridCacheVersion commitVer,
long threadId,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
CacheWriteSynchronizationMode syncMode,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
@Nullable UUID subjId,
int taskNameHash,
int txSize,
boolean addDepInfo) |
| Constructor and Description |
|---|
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
int miniId,
@NotNull AffinityTopologyVersion topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
long threadId,
TransactionIsolation isolation,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
boolean sysInvalidate,
CacheWriteSynchronizationMode syncMode,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
Collection<GridCacheVersion> pendingVers,
int txSize,
@Nullable UUID subjId,
int taskNameHash,
boolean addDepInfo,
boolean retVal,
boolean waitRemoteTxs,
MvccSnapshot mvccSnapshot,
Collection<PartitionUpdateCountersMessage> updCntrs) |
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
int miniId,
@NotNull AffinityTopologyVersion topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
long threadId,
TransactionIsolation isolation,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
boolean sysInvalidate,
CacheWriteSynchronizationMode syncMode,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
Collection<GridCacheVersion> pendingVers,
int txSize,
@Nullable UUID subjId,
int taskNameHash,
boolean addDepInfo,
Collection<Long> updateIdxs,
boolean retVal,
boolean waitRemoteTxs,
MvccSnapshot mvccSnapshot,
Collection<PartitionUpdateCountersMessage> updCntrs) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheWriteSynchronizationMode |
GridNearAtomicAbstractUpdateFuture.syncMode
Write synchronization mode.
|
protected CacheWriteSynchronizationMode |
GridNearAtomicAbstractUpdateRequest.syncMode
Write synchronization mode.
|
protected CacheWriteSynchronizationMode |
GridDhtAtomicAbstractUpdateRequest.syncMode
Write synchronization mode.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
GridNearAtomicAbstractUpdateRequest.writeSynchronizationMode() |
CacheWriteSynchronizationMode |
GridDhtAtomicAbstractUpdateRequest.writeSynchronizationMode() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GridDhtAtomicAbstractUpdateRequest |
GridDhtAtomicAbstractUpdateFuture.createRequest(UUID nodeId,
long futId,
GridCacheVersion writeVer,
CacheWriteSynchronizationMode syncMode,
@NotNull AffinityTopologyVersion topVer,
long ttl,
long conflictExpireTime,
@Nullable GridCacheVersion conflictVer) |
| Constructor and Description |
|---|
GridDhtAtomicAbstractUpdateRequest(int cacheId,
UUID nodeId,
long futId,
GridCacheVersion writeVer,
CacheWriteSynchronizationMode syncMode,
@NotNull AffinityTopologyVersion topVer,
UUID subjId,
int taskNameHash,
boolean addDepInfo,
boolean keepBinary,
boolean skipStore)
Constructor.
|
GridDhtAtomicUpdateRequest(int cacheId,
UUID nodeId,
long futId,
GridCacheVersion writeVer,
CacheWriteSynchronizationMode syncMode,
@NotNull AffinityTopologyVersion topVer,
UUID subjId,
int taskNameHash,
Object[] invokeArgs,
boolean addDepInfo,
boolean keepBinary,
boolean skipStore,
boolean forceTransformBackups)
Constructor.
|
GridNearAtomicAbstractSingleUpdateRequest(int cacheId,
UUID nodeId,
long futId,
@NotNull AffinityTopologyVersion topVer,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
@Nullable UUID subjId,
int taskNameHash,
byte flags,
boolean addDepInfo)
Constructor.
|
GridNearAtomicAbstractUpdateFuture(GridCacheContext cctx,
GridDhtAtomicCache cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
@Nullable Object[] invokeArgs,
boolean retval,
boolean rawRetval,
@Nullable javax.cache.expiry.ExpiryPolicy expiryPlc,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
boolean recovery,
int remapCnt)
Constructor.
|
GridNearAtomicAbstractUpdateRequest(int cacheId,
UUID nodeId,
long futId,
@NotNull AffinityTopologyVersion topVer,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
@Nullable UUID subjId,
int taskNameHash,
byte flags,
boolean addDepInfo)
Constructor.
|
GridNearAtomicSingleUpdateFuture(GridCacheContext cctx,
GridDhtAtomicCache cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Object key,
@Nullable Object val,
@Nullable Object[] invokeArgs,
boolean retval,
boolean rawRetval,
@Nullable javax.cache.expiry.ExpiryPolicy expiryPlc,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
boolean recovery,
int remapCnt) |
GridNearAtomicUpdateFuture(GridCacheContext cctx,
GridDhtAtomicCache cache,
CacheWriteSynchronizationMode syncMode,
GridCacheOperation op,
Collection<?> keys,
@Nullable Collection<?> vals,
@Nullable Object[] invokeArgs,
@Nullable Collection<GridCacheDrInfo> conflictPutVals,
@Nullable Collection<GridCacheVersion> conflictRmvVals,
boolean retval,
boolean rawRetval,
@Nullable javax.cache.expiry.ExpiryPolicy expiryPlc,
CacheEntryPredicate[] filter,
UUID subjId,
int taskNameHash,
boolean skipStore,
boolean keepBinary,
boolean recovery,
int remapCnt) |
| Constructor and Description |
|---|
GridNearTxFinishRequest(IgniteUuid futId,
GridCacheVersion xidVer,
long threadId,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
CacheWriteSynchronizationMode syncMode,
boolean explicitLock,
boolean storeEnabled,
@NotNull AffinityTopologyVersion topVer,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
int txSize,
@Nullable UUID subjId,
int taskNameHash,
MvccSnapshot mvccSnapshot,
boolean addDepInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheWriteSynchronizationMode |
IgniteTxLocalAdapter.syncMode |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
IgniteTxLocalAdapter.syncMode() |
CacheWriteSynchronizationMode |
IgniteTxState.syncMode(GridCacheSharedContext cctx) |
CacheWriteSynchronizationMode |
IgniteTxRemoteStateAdapter.syncMode(GridCacheSharedContext cctx) |
CacheWriteSynchronizationMode |
IgniteTxStateImpl.syncMode(GridCacheSharedContext cctx) |
CacheWriteSynchronizationMode |
IgniteTxImplicitSingleStateImpl.syncMode(GridCacheSharedContext cctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxLocalAdapter.syncMode(CacheWriteSynchronizationMode syncMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryProcessor.dynamicTableCreate(String schemaName,
QueryEntity entity,
String templateName,
String cacheName,
String cacheGroup,
@Nullable String dataRegion,
String affinityKey,
@Nullable CacheAtomicityMode atomicityMode,
@Nullable CacheWriteSynchronizationMode writeSyncMode,
@Nullable Integer backups,
boolean ifNotExists,
@Nullable Boolean encrypted,
@Nullable Integer qryParallelism)
Create cache and table from given query entity.
|
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
VisorCacheConfiguration.getWriteSynchronizationMode() |
| Modifier and Type | Method and Description |
|---|---|
CacheWriteSynchronizationMode |
CacheView.writeSynchronizationMode() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021