| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionUpdateCountersMessage> |
GridDhtTxFinishRequest.updateCounters() |
Collection<PartitionUpdateCountersMessage> |
GridDhtTxPrepareRequest.updateCounters() |
| Constructor and Description |
|---|
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
int miniId,
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,
UUID subjId,
int taskNameHash,
boolean addDepInfo,
boolean retVal,
boolean waitRemoteTxs,
MvccSnapshot mvccSnapshot,
Collection<PartitionUpdateCountersMessage> updCntrs) |
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
int miniId,
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,
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> counters) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionUpdateCountersMessage> |
PartitionCountersNeighborcastRequest.updateCounters() |
| Constructor and Description |
|---|
PartitionCountersNeighborcastRequest(Collection<PartitionUpdateCountersMessage> updCntrs,
IgniteUuid futId) |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionUpdateCountersMessage> |
IgniteTxHandler.filterUpdateCountersForBackupNode(IgniteInternalTx tx,
ClusterNode node) |
Collection<PartitionUpdateCountersMessage> |
TxCounters.updateCounters() |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxHandler.applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters)
Applies partition counter updates for mvcc transactions.
|
void |
TxCounters.updateCounters(Collection<PartitionUpdateCountersMessage> updCntrs) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019