Uses of Interface
org.apache.ignite.internal.processors.cache.transactions.IgniteTxStateAware
-
-
Uses of IgniteTxStateAware in org.apache.ignite.internal.processors.cache.distributed
Classes in org.apache.ignite.internal.processors.cache.distributed that implement IgniteTxStateAware Modifier and Type Class Description classGridCacheTxRecoveryResponseTransactions recovery check response.classGridDistributedTxFinishRequestTransaction completion message.classGridDistributedTxPrepareRequestTransaction prepare request for optimistic and eventually consistent transactions.classGridDistributedTxPrepareResponseResponse to prepare request. -
Uses of IgniteTxStateAware in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement IgniteTxStateAware Modifier and Type Class Description classGridDhtTxFinishRequestNear transaction finish request.classGridDhtTxPrepareRequestDHT prepare request.classGridDhtTxPrepareResponseDHT transaction prepare response. -
Uses of IgniteTxStateAware in org.apache.ignite.internal.processors.cache.distributed.near
Classes in org.apache.ignite.internal.processors.cache.distributed.near that implement IgniteTxStateAware Modifier and Type Class Description classGridNearTxFinishRequestNear transaction finish request.classGridNearTxPrepareRequestNear transaction prepare request to primary node.classGridNearTxPrepareResponseNear cache prepare response.
-