Class IgniteTxLocalStateAdapter
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalStateAdapter
-
- All Implemented Interfaces:
IgniteTxLocalState,IgniteTxState
- Direct Known Subclasses:
IgniteTxImplicitSingleStateImpl,IgniteTxStateImpl
public abstract class IgniteTxLocalStateAdapter extends Object implements IgniteTxLocalState
-
-
Constructor Summary
Constructors Constructor Description IgniteTxLocalStateAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonTxEnd(GridCacheContext cacheCtx, IgniteInternalTx tx, boolean commit)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalState
addEntry, awaitLastFuture, init, initialized, lastAsyncFuture, recovery, removeEntry, seal
-
Methods inherited from interface org.apache.ignite.internal.processors.cache.transactions.IgniteTxState
addActiveCache, allEntries, cacheIds, empty, entry, firstCacheId, hasInterceptor, hasWriteKey, implicitSingle, onTxEnd, readEntries, readMap, readSet, singleWrite, stores, storeWriteThrough, syncMode, topologyReadLock, topologyReadUnlock, unwindEvicts, validateTopology, writeEntries, writeMap, writeSet
-
-
-
-
Method Detail
-
onTxEnd
protected final void onTxEnd(GridCacheContext cacheCtx, IgniteInternalTx tx, boolean commit)
- Parameters:
cacheCtx- Cache context.tx- Transaction.commit-Falseif transaction rolled back.
-
-