| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed |
| Modifier and Type | Field and Description |
|---|---|
protected GridCacheEntryEx<K,V> |
GridCacheEvictionEntry.cached
Cached entry.
|
protected GridCacheEntryEx<K,V> |
GridCacheEntryImpl.cached
Cached entry.
|
protected GridCacheTxConcurrency |
GridCacheTxAdapter.concurrency
Concurrency.
|
protected GridCacheVersion |
GridCacheTxAdapter.endVer
End version (a.k.a.
|
protected byte |
GridCacheMapEntry.flags
Flags:
Refreshing flag - mask
GridCacheMapEntry.IS_REFRESHING_MASK
Deleted flag - mask GridCacheMapEntry.IS_DELETED_MASK
|
protected boolean |
GridCacheTxAdapter.implicit
Implicit flag.
|
protected boolean |
GridCacheTxAdapter.implicitSingle
Implicit with one key flag.
|
protected GridCacheTxIsolation |
GridCacheTxAdapter.isolation
Isolation.
|
protected K |
GridCacheMapEntry.key
Key.
|
protected K |
GridCacheEntryImpl.key
Key.
|
protected boolean |
GridCacheTxAdapter.loc
Local flag.
|
protected UUID |
GridCacheTxAdapter.nodeId
Node ID.
|
protected long |
GridCacheTxAdapter.startTime
Transaction start time.
|
protected long |
GridCacheMapEntry.startVer
Start version.
|
protected GridCacheVersion |
GridCacheTxAdapter.startVer
Transaction counter value at the start of transaction.
|
protected long |
GridCacheTxAdapter.threadId
Thread ID.
|
protected long |
GridCacheTxAdapter.timeout
Transaction timeout.
|
protected V |
GridCacheMapEntry.val
Value.
|
protected GridCacheVersion |
GridCacheMapEntry.ver
Version.
|
protected GridCacheVersion |
GridCacheTxAdapter.writeVer
Entries write version.
|
protected GridCacheVersion |
GridCacheTxAdapter.xidVer
Transaction ID.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<K,GridCacheTxEntry<K,V>> |
GridDistributedTxRemoteAdapter.readMap
Read set.
|
protected GridCacheVersion |
GridDistributedBaseMessage.ver
Lock or transaction version.
|
protected Map<K,GridCacheTxEntry<K,V>> |
GridDistributedTxRemoteAdapter.writeMap
Write map.
|
Copyright © 2014. All rights reserved.