Uses of Class
org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
-
Uses of GridDistributedTxRemoteAdapter in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridDistributedTxRemoteAdapter in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtTxRemoteTransaction created by system implicitly on remote nodes. -
Uses of GridDistributedTxRemoteAdapter in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridDistributedTxRemoteAdapter in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearTxRemoteTransaction created by system implicitly on remote nodes. -
Uses of GridDistributedTxRemoteAdapter in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridDistributedTxRemoteAdapter Modifier and Type Method Description protected voidIgniteTxHandler. finish(GridDistributedTxRemoteAdapter tx, GridDhtTxPrepareRequest req)Finish for one-phase distributed tx.
-