public interface GridCacheTxCommitBuffer<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
addCommittedTx(GridCacheTxEx<K,V> tx)
Adds committed transaction to commit buffer.
|
GridCacheCommittedTxInfo<K,V> |
committedTx(GridCacheVersion originatingTxVer,
UUID nodeId,
long threadId)
Gets transaction from commit buffer.
|
void |
onNodeLeft(UUID nodeId)
Callback called when lode left grid.
|
int |
size() |
void addCommittedTx(GridCacheTxEx<K,V> tx)
tx - Committed transaction.@Nullable GridCacheCommittedTxInfo<K,V> committedTx(GridCacheVersion originatingTxVer, UUID nodeId, long threadId)
originatingTxVer - Originating tx version.nodeId - Originating node ID.threadId - Originating thread ID.void onNodeLeft(UUID nodeId)
nodeId - Left node ID.int size()
Copyright © 2014. All rights reserved.