public interface IgniteTxLocalState extends IgniteTxState
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(IgniteTxEntry entry) |
boolean |
init(int txSize) |
boolean |
initialized() |
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, validateTopology, writeEntries, writeMap, writeSetvoid addEntry(IgniteTxEntry entry)
entry - Entry.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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019