public abstract class IgniteTxLocalStateAdapter extends Object implements IgniteTxLocalState
| Constructor and Description |
|---|
IgniteTxLocalStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onTxEnd(GridCacheContext cacheCtx,
IgniteInternalTx tx,
boolean commit) |
Map<Integer,Set<Integer>> |
touchedPartitions() |
void |
touchPartition(int cacheId,
int partId)
Remembers that particular cache partition was touched by current tx.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEntry, init, initialized, recovery, removeEntry, sealaddActiveCache, allEntries, awaitLastFuture, cacheIds, empty, entry, firstCacheId, hasInterceptor, hasWriteKey, implicitSingle, mvccEnabled, onTxEnd, readEntries, readMap, readSet, singleCacheContext, singleWrite, stores, storeWriteThrough, syncMode, topologyReadLock, topologyReadUnlock, unwindEvicts, useMvccCaching, validateTopology, writeEntries, writeMap, writeSetprotected final void onTxEnd(GridCacheContext cacheCtx, IgniteInternalTx tx, boolean commit)
cacheCtx - Cache context.tx - Transaction.commit - False if transaction rolled back.public Map<Integer,Set<Integer>> touchedPartitions()
touchedPartitions in interface IgniteTxLocalStatepublic void touchPartition(int cacheId,
int partId)
touchPartition in interface IgniteTxLocalStatecacheId - Cache id.partId - Partition id.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020