| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.wal.record | |
| 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.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.checkpoint | |
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.processors.cache.version | |
| org.apache.ignite.internal.processors.closure |
TODO.
|
| org.apache.ignite.internal.processors.datastreamer |
Data streamer processor.
|
| org.apache.ignite.internal.processors.query.schema.message |
| Modifier and Type | Field and Description |
|---|---|
protected int |
DataEntry.cacheId
Cache ID.
|
protected int |
RollbackRecord.grpId
Cache ID.
|
protected GridCacheVersion |
DataEntry.nearXidVer
Near transaction version.
|
protected GridCacheOperation |
DataEntry.op
Entry operation performed.
|
protected long |
DataEntry.partCnt |
protected int |
DataEntry.partId
Partition ID.
|
protected int |
RollbackRecord.partId
Partition ID.
|
protected long |
RollbackRecord.range
Rollback range.
|
protected long |
RollbackRecord.start
Rollback start.
|
protected long |
TimeStampRecord.timestamp
Timestamp.
|
protected GridCacheVersion |
DataEntry.writeVer
Write version.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheEntryEx |
CacheEvictableEntryImpl.cached
Cached entry.
|
protected int |
GridCacheIdMessage.cacheId
Cache ID.
|
protected byte |
GridCacheMapEntry.flags
Flags:
Deleted flag - mask
GridCacheMapEntry.IS_DELETED_MASK
Unswapped flag - mask GridCacheMapEntry.IS_UNSWAPPED_MASK
|
protected int |
GridCacheGroupIdMessage.grpId
Cache group ID.
|
protected KeyCacheObject |
GridCacheMapEntry.key
Key.
|
protected K |
CacheLazyEntry.key
Key.
|
protected CacheObject |
GridCacheMapEntry.val
Value.
|
protected Object |
CacheObjectAdapter.val |
protected V |
CacheLazyEntry.val
Value.
|
protected GridCacheVersion |
GridCacheMapEntry.ver
Version.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteTxRemoteState |
GridDistributedTxRemoteAdapter.txState |
protected GridCacheVersion |
GridDistributedBaseMessage.ver
Lock or transaction version.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<KeyCacheObject,Boolean> |
CacheDistributedGetFutureAdapter.AbstractMiniFuture.keys
Mapped keys.
|
protected Collection<GridCacheVersion> |
GridDhtTxOnePhaseCommitAckRequest.vers
Lock or transaction versions.
|
| Modifier and Type | Field and Description |
|---|---|
protected CachePartialUpdateCheckedException |
GridNearAtomicAbstractUpdateFuture.err
Error.
|
protected long |
GridNearAtomicAbstractUpdateFuture.futId
Future ID, changes when operation is remapped.
|
protected long |
GridDhtAtomicAbstractUpdateFuture.futId
Future version.
|
protected KeyCacheObject |
GridNearAtomicSingleUpdateRequest.key
Key to update.
|
protected KeyCacheObject |
GridDhtAtomicSingleUpdateRequest.key
Key to update.
|
protected CacheObject |
GridDhtAtomicSingleUpdateRequest.prevVal
Previous value.
|
protected int |
GridNearAtomicAbstractUpdateFuture.remapCnt
Remap count.
|
protected AffinityTopologyVersion |
GridNearAtomicAbstractUpdateFuture.remapTopVer |
protected AffinityTopologyVersion |
GridNearAtomicAbstractUpdateFuture.topVer
Current topology version.
|
protected CacheObject |
GridDhtAtomicSingleUpdateRequest.val
Value to update.
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteUuid |
GridNearTxPrepareFutureAdapter.futId
Future ID.
|
protected Collection<IgniteTxKey> |
GridNearOptimisticTxPrepareFutureAdapter.KeyLockFuture.lockKeys |
protected GridNearTxLocal |
GridNearTxPrepareFutureAdapter.tx
Transaction.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
CacheDataRowAdapter.cacheId |
protected long |
CacheDataRowAdapter.expireTime |
protected KeyCacheObject |
CacheDataRowAdapter.key |
protected CacheObject |
CacheDataRowAdapter.val |
protected GridCacheVersion |
CacheDataRowAdapter.ver |
| Modifier and Type | Field and Description |
|---|---|
WALPointer |
CheckpointStatus.endPtr
Checkpoint end pointer.
|
WALPointer |
CheckpointStatus.startPtr
Checkpoint start pointer.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionConcurrency |
IgniteTxAdapter.concurrency
Concurrency.
|
protected boolean |
IgniteTxAdapter.implicit
Implicit flag.
|
protected TransactionIsolation |
IgniteTxAdapter.isolation
Isolation.
|
protected boolean |
IgniteTxAdapter.loc
Local flag.
|
protected Boolean |
IgniteTxStateImpl.mvccEnabled |
protected MvccSnapshot |
IgniteTxAdapter.mvccSnapshot
Mvcc tx update snapshot.
|
protected UUID |
IgniteTxAdapter.nodeId
Node ID.
|
protected Map<IgniteTxKey,IgniteTxEntry> |
IgniteTxRemoteStateImpl.readMap
Read set.
|
protected Boolean |
IgniteTxStateImpl.recovery |
protected long |
IgniteTxAdapter.startTime
Transaction start time.
|
protected long |
IgniteTxAdapter.threadId
Thread ID.
|
protected long |
IgniteTxAdapter.timeout
Transaction timeout.
|
protected AffinityTopologyVersion |
IgniteTxAdapter.topVer
Topology version.
|
protected IgniteTxLocalState |
IgniteTxLocalAdapter.txState |
protected Map<IgniteTxKey,IgniteTxEntry> |
IgniteTxRemoteStateImpl.writeMap
Write map.
|
protected GridCacheVersion |
IgniteTxAdapter.writeVer
Entries write version.
|
protected GridCacheVersion |
IgniteTxAdapter.xidVer
Transaction ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected K |
GridCachePlainVersionedEntry.key
Key.
|
protected V |
GridCachePlainVersionedEntry.val
Value.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
GridClosureProcessor.C1.arg |
protected Callable<R> |
GridClosureProcessor.C2.c |
protected IgniteClosure<T,R> |
GridClosureProcessor.C1.job |
protected Runnable |
GridClosureProcessor.C4.r |
| Modifier and Type | Field and Description |
|---|---|
protected KeyCacheObject |
DataStreamerEntry.key |
protected CacheObject |
DataStreamerEntry.val |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAbstractOperation |
SchemaAbstractDiscoveryMessage.op
Operation.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021