Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.PartitionUpdateCountersMessage
-
Packages that use PartitionUpdateCountersMessage Package Description org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.transactions -
-
Uses of PartitionUpdateCountersMessage in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return types with arguments of type PartitionUpdateCountersMessage Modifier and Type Method Description Collection<PartitionUpdateCountersMessage>GridDhtTxFinishRequest. updateCounters()Collection<PartitionUpdateCountersMessage>GridDhtTxPrepareRequest. updateCounters() -
Uses of PartitionUpdateCountersMessage in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type PartitionUpdateCountersMessage Modifier and Type Method Description @Nullable List<PartitionUpdateCountersMessage>IgniteTxHandler. filterUpdateCountersForBackupNode(IgniteInternalTx tx, ClusterNode node)@Nullable Collection<PartitionUpdateCountersMessage>TxCounters. updateCounters()Method parameters in org.apache.ignite.internal.processors.cache.transactions with type arguments of type PartitionUpdateCountersMessage Modifier and Type Method Description voidIgniteTxHandler. applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters)Applies partition counter updates for transactions.voidIgniteTxHandler. applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters, boolean rollback, boolean rollbackOnPrimary)Applies partition counter updates for transactions.voidTxCounters. updateCounters(Collection<PartitionUpdateCountersMessage> updCntrs)
-