|
Change Variable Type fut : IgniteFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteTxEx<K,V>> in method private preparePessimistic() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture |
From |
To |
|
Change Variable Type fut : IgniteFuture<IgniteTx> to fut : IgniteInternalFuture<IgniteTx> in method public onDone(tx0 IgniteTxEx<K,V>, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Variable Type gridCacheTxGridFuture : IgniteFuture<IgniteTx> to gridCacheTxGridFuture : IgniteInternalFuture<IgniteTx> in method public onDone(tx0 IgniteTxEx<K,V>, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |