| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionUpdateCountersMessage> |
GridDhtTxPrepareRequest.updateCounters() |
Collection<PartitionUpdateCountersMessage> |
GridDhtTxFinishRequest.updateCounters() |
| Constructor and Description |
|---|
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
int miniId,
@NotNull AffinityTopologyVersion topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
long threadId,
TransactionIsolation isolation,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
boolean sysInvalidate,
CacheWriteSynchronizationMode syncMode,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
Collection<GridCacheVersion> pendingVers,
int txSize,
@Nullable UUID subjId,
int taskNameHash,
boolean addDepInfo,
boolean retVal,
boolean waitRemoteTxs,
MvccSnapshot mvccSnapshot,
Collection<PartitionUpdateCountersMessage> updCntrs) |
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
int miniId,
@NotNull AffinityTopologyVersion topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
long threadId,
TransactionIsolation isolation,
boolean commit,
boolean invalidate,
boolean sys,
byte plc,
boolean sysInvalidate,
CacheWriteSynchronizationMode syncMode,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
Collection<GridCacheVersion> pendingVers,
int txSize,
@Nullable UUID subjId,
int taskNameHash,
boolean addDepInfo,
Collection<Long> updateIdxs,
boolean retVal,
boolean waitRemoteTxs,
MvccSnapshot mvccSnapshot,
Collection<PartitionUpdateCountersMessage> updCntrs) |
GridDhtTxPrepareRequest(IgniteUuid futId,
int miniId,
AffinityTopologyVersion topVer,
GridDhtTxLocalAdapter tx,
long timeout,
Collection<IgniteTxEntry> dhtWrites,
Collection<IgniteTxEntry> nearWrites,
Map<UUID,Collection<UUID>> txNodes,
GridCacheVersion nearXidVer,
boolean last,
boolean onePhaseCommit,
UUID subjId,
int taskNameHash,
boolean addDepInfo,
boolean storeWriteThrough,
boolean retVal,
MvccSnapshot mvccSnapshot,
Collection<PartitionUpdateCountersMessage> updCntrs) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionUpdateCountersMessage> |
PartitionCountersNeighborcastRequest.updateCounters() |
| Constructor and Description |
|---|
PartitionCountersNeighborcastRequest(Collection<PartitionUpdateCountersMessage> updCntrs,
IgniteUuid futId,
@NotNull AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxHandler.applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters)
Applies partition counter updates for transactions.
|
void |
IgniteTxHandler.applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters,
boolean rollback,
boolean rollbackOnPrimary)
Applies partition counter updates for transactions.
|
void |
TxCounters.updateCounters(Collection<PartitionUpdateCountersMessage> updCntrs) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020