Uses of Interface
org.apache.ignite.internal.processors.cache.transactions.IgniteTxState
-
Packages that use IgniteTxState Package Description org.apache.ignite.internal.processors.cache.distributed org.apache.ignite.internal.processors.cache.transactions -
-
Uses of IgniteTxState in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that return IgniteTxState Modifier and Type Method Description IgniteTxStateGridCacheTxRecoveryResponse. txState()IgniteTxStateGridDistributedTxFinishRequest. txState()IgniteTxStateGridDistributedTxPrepareRequest. txState()IgniteTxStateGridDistributedTxPrepareResponse. txState()IgniteTxStateGridDistributedTxRemoteAdapter. txState()Methods in org.apache.ignite.internal.processors.cache.distributed with parameters of type IgniteTxState Modifier and Type Method Description voidGridCacheTxRecoveryResponse. txState(IgniteTxState txState)voidGridDistributedTxFinishRequest. txState(IgniteTxState txState)voidGridDistributedTxPrepareRequest. txState(IgniteTxState txState)voidGridDistributedTxPrepareResponse. txState(IgniteTxState txState) -
Uses of IgniteTxState in org.apache.ignite.internal.processors.cache.transactions
Subinterfaces of IgniteTxState in org.apache.ignite.internal.processors.cache.transactions Modifier and Type Interface Description interfaceIgniteTxLocalStateinterfaceIgniteTxRemoteStateClasses in org.apache.ignite.internal.processors.cache.transactions that implement IgniteTxState Modifier and Type Class Description classIgniteTxImplicitSingleStateImplclassIgniteTxLocalStateAdapterclassIgniteTxRemoteSingleStateImplclassIgniteTxRemoteStateAdapterclassIgniteTxRemoteStateImplclassIgniteTxStateImplMethods in org.apache.ignite.internal.processors.cache.transactions that return IgniteTxState Modifier and Type Method Description IgniteTxStateIgniteInternalTx. txState()IgniteTxStateIgniteTxStateAware. txState()Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type IgniteTxState Modifier and Type Method Description voidIgniteTxStateAware. txState(IgniteTxState txState)
-