Uses of Class
org.apache.ignite.internal.processors.cache.TxTimeoutOnPartitionMapExchangeChangeMessage
-
Packages that use TxTimeoutOnPartitionMapExchangeChangeMessage Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.transactions -
-
Uses of TxTimeoutOnPartitionMapExchangeChangeMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return TxTimeoutOnPartitionMapExchangeChangeMessage Modifier and Type Method Description TxTimeoutOnPartitionMapExchangeChangeMessageTxTimeoutOnPartitionMapExchangeChangeTask. message()Gets discovery message.Constructors in org.apache.ignite.internal.processors.cache with parameters of type TxTimeoutOnPartitionMapExchangeChangeMessage Constructor Description TxTimeoutOnPartitionMapExchangeChangeMessage(TxTimeoutOnPartitionMapExchangeChangeMessage req)Constructor for response.TxTimeoutOnPartitionMapExchangeChangeTask(SecurityContext secCtx, TxTimeoutOnPartitionMapExchangeChangeMessage msg)Constructor. -
Uses of TxTimeoutOnPartitionMapExchangeChangeMessage in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type TxTimeoutOnPartitionMapExchangeChangeMessage Modifier and Type Method Description voidIgniteTxManager. onTxTimeoutOnPartitionMapExchangeChange(TxTimeoutOnPartitionMapExchangeChangeMessage msg)Callback invoked from discovery thread when discovery custom message is received.voidIgniteTxManager. processTxTimeoutOnPartitionMapExchangeChange(TxTimeoutOnPartitionMapExchangeChangeMessage msg)The task for changing transaction timeout on partition map exchange processed by exchange worker.
-