| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed |
| Modifier and Type | Method and Description |
|---|---|
GridCacheCommittedTxInfo<K,V> |
GridCacheTxManager.txCommitted(GridCacheVersion nearTxVer,
UUID originatingNodeId,
long originatingThreadId)
Checks whether transaction with given near version was committed on this node and returns commit info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheTxManager.finishPessimisticTxOnRecovery(GridCacheTxEx<K,V> tx,
GridCacheCommittedTxInfo<K,V> commitInfo)
Commits or rolls back pessimistic transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheCommittedTxInfo<K,V> |
GridCacheTxCommitBuffer.committedTx(GridCacheVersion originatingTxVer,
UUID nodeId,
long threadId)
Gets transaction from commit buffer.
|
GridCacheCommittedTxInfo<K,V> |
GridCachePerThreadTxCommitBuffer.committedTx(GridCacheVersion originatingTxVer,
UUID nodeId,
long threadId)
Gets transaction from commit buffer.
|
GridCacheCommittedTxInfo<K,V> |
GridCachePessimisticCheckCommittedTxResponse.committedTxInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCachePessimisticCheckCommittedTxFuture.onDone(GridCacheCommittedTxInfo<K,V> res,
Throwable err)
Callback to notify that future is finished.
|
| Constructor and Description |
|---|
GridCachePessimisticCheckCommittedTxResponse(GridCacheVersion txId,
GridUuid futId,
GridUuid miniId,
GridCacheCommittedTxInfo<K,V> committedTxInfo) |
Copyright © 2014. All rights reserved.