public interface IgniteTxLocalState extends IgniteTxState
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(IgniteTxEntry entry) |
boolean |
init(int txSize) |
boolean |
initialized() |
boolean |
recovery() |
void |
removeEntry(IgniteTxKey key) |
void |
seal() |
Map<Integer,Set<Integer>> |
touchedPartitions() |
void |
touchPartition(int cacheId,
int partId)
Remembers that particular cache partition was touched by current tx.
|
addActiveCache, 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, writeSetvoid addEntry(IgniteTxEntry entry)
entry - Entry.void removeEntry(IgniteTxKey key)
key - Key.boolean init(int txSize)
txSize - Transaction size.True if transaction was successfully started.boolean initialized()
True if init method was called.void seal()
Map<Integer,Set<Integer>> touchedPartitions()
void touchPartition(int cacheId,
int partId)
cacheId - Cache id.partId - Partition id.boolean recovery()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021