Interface IgniteTxRemoteState
-
- All Superinterfaces:
IgniteTxState
- All Known Implementing Classes:
IgniteTxRemoteSingleStateImpl,IgniteTxRemoteStateAdapter,IgniteTxRemoteStateImpl
public interface IgniteTxRemoteState extends IgniteTxState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddWriteEntry(IgniteTxKey key, IgniteTxEntry e)voidclearEntry(IgniteTxKey key)voidinvalidPartition(int cacheId, int part, GridCacheVersion ver)-
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
-
addWriteEntry
void addWriteEntry(IgniteTxKey key, IgniteTxEntry e)
- Parameters:
key- Key.e- Entry.
-
clearEntry
void clearEntry(IgniteTxKey key)
- Parameters:
key- Entry key.
-
invalidPartition
void invalidPartition(int cacheId, int part, GridCacheVersion ver)- Parameters:
cacheId- Cache id.part- Partition number.ver- Lock version.
-
-