|
Change Parameter Type reads : Iterable<IgniteTxEntry> to reads : Collection<IgniteTxEntry> in method public prepare(reads Collection<IgniteTxEntry>, writes Collection<IgniteTxEntry>, txNodes Map<UUID,Collection<UUID>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Parameter Type writes : Iterable<IgniteTxEntry> to writes : Collection<IgniteTxEntry> in method public prepareAsync(reads Collection<IgniteTxEntry>, writes Collection<IgniteTxEntry>, verMap Map<IgniteTxKey,GridCacheVersion>, msgId long, nearMiniId IgniteUuid, txNodes Map<UUID,Collection<UUID>>, last boolean, lastBackups Collection<UUID>) : IgniteInternalFuture<GridNearTxPrepareResponse> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Parameter Type reads : Iterable<IgniteTxEntry> to reads : Collection<IgniteTxEntry> in method public prepareAsync(reads Collection<IgniteTxEntry>, writes Collection<IgniteTxEntry>, verMap Map<IgniteTxKey,GridCacheVersion>, msgId long, nearMiniId IgniteUuid, txNodes Map<UUID,Collection<UUID>>, last boolean, lastBackups Collection<UUID>) : IgniteInternalFuture<GridNearTxPrepareResponse> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Parameter Type writes : Iterable<IgniteTxEntry> to writes : Collection<IgniteTxEntry> in method public prepare(reads Collection<IgniteTxEntry>, writes Collection<IgniteTxEntry>, txNodes Map<UUID,Collection<UUID>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |