|
Change Parameter Type ctx : GridKernalContext to fake : boolean in method public GridDhtEmbeddedFuture(embedded IgniteInternalFuture<B>, c IgniteBiClosure<B,Exception,A>, fake boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtEmbeddedFuture |
From |
To |
|
Change Parameter Type c : IgniteBiClosure<B,Exception,A> to c : IgniteBiClosure<B,Exception,IgniteInternalFuture<A>> in method public GridDhtEmbeddedFuture(embedded IgniteInternalFuture<B>, c IgniteBiClosure<B,Exception,IgniteInternalFuture<A>>) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtEmbeddedFuture |
From |
To |
|
Change Parameter Type filter : IgnitePredicate<Cache.Entry<K,V>>[] to filter : IgnitePredicate<Entry<K,V>>[] in method public GridNearAtomicUpdateFuture(cctx GridCacheContext<K,V>, cache GridDhtAtomicCache<K,V>, syncMode CacheWriteSynchronizationMode, op GridCacheOperation, keys Collection<? extends K>, vals Collection<?>, invokeArgs Object[], conflictPutVals Collection<GridCacheDrInfo<V>>, conflictRmvVals Collection<GridCacheVersion>, retval boolean, rawRetval boolean, expiryPlc ExpiryPolicy, filter IgnitePredicate<Entry<K,V>>[], subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Parameter Type c : IgniteBiClosure<B,Exception,IgniteInternalFuture<A>> to c : IgniteBiClosure<B,Exception,A> in method public GridDhtEmbeddedFuture(embedded IgniteInternalFuture<B>, c IgniteBiClosure<B,Exception,A>, fake boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtEmbeddedFuture |
From |
To |
|
Change Variable Type fut : GridFutureAdapterEx<?> to fut : GridFutureAdapter<?> in method private send(idx int, newBufMinSize int) : void in class org.apache.ignite.internal.processors.hadoop.shuffle.GridHadoopShuffleJob |
From |
To |
|
Change Variable Type fut : GridFutureAdapterEx<GridCommunicationClient> to fut : GridFutureAdapter<GridCommunicationClient> in method private reserveClient(node ClusterNode) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi |
From |
To |
|
Change Variable Type tup : IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapterEx<?>> to tup : IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapter<?>> in method public flush() : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.hadoop.shuffle.GridHadoopShuffleJob |
From |
To |
|
Change Variable Type old : IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapterEx<?>> to old : IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapter<?>> in method private send(idx int, newBufMinSize int) : void in class org.apache.ignite.internal.processors.hadoop.shuffle.GridHadoopShuffleJob |
From |
To |
|
Change Variable Type fut : GridFutureAdapterEx<IgniteBiTuple<UUID,Boolean>> to fut : GridFutureAdapter<IgniteBiTuple<UUID,Boolean>> in method private pingNode(addr InetSocketAddress, clientNodeId UUID) : IgniteBiTuple<UUID,Boolean> in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi |
From |
To |
|
Change Variable Type tup : IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapterEx<?>> to tup : IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapter<?>> in method public onShuffleAck(ack GridHadoopShuffleAck) : void in class org.apache.ignite.internal.processors.hadoop.shuffle.GridHadoopShuffleJob |
From |
To |
|
Change Variable Type oldFut : GridFutureAdapterEx<GridCommunicationClient> to oldFut : GridFutureAdapter<GridCommunicationClient> in method private reserveClient(node ClusterNode) : GridCommunicationClient in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi |
From |
To |
|
Change Variable Type fut : GridFutureAdapterEx<GridHadoopJob> to fut : GridFutureAdapter<GridHadoopJob> in method public job(jobId GridHadoopJobId, jobInfo GridHadoopJobInfo) : GridHadoopJob in class org.apache.ignite.internal.processors.hadoop.jobtracker.GridHadoopJobTracker |
From |
To |
|
Change Attribute Type sentMsgs : ConcurrentMap<Long,IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapterEx<?>>> to sentMsgs : ConcurrentMap<Long,IgniteBiTuple<GridHadoopShuffleMessage,GridFutureAdapter<?>>> in class org.apache.ignite.internal.processors.hadoop.shuffle.GridHadoopShuffleJob |
From |
To |
|
Change Attribute Type initFut : GridFutureAdapterEx<?> to initFut : GridFutureAdapter<?> in class org.apache.ignite.internal.processors.hadoop.taskexecutor.external.child.GridHadoopChildProcessRunner |
From |
To |
|
Change Attribute Type locJoinEvt : GridFutureAdapterEx<DiscoveryEvent> to locJoinEvt : GridFutureAdapter<DiscoveryEvent> in class org.apache.ignite.internal.managers.discovery.GridDiscoveryManager |
From |
To |
|
Change Attribute Type clientFuts : ConcurrentMap<UUID,GridFutureAdapterEx<GridCommunicationClient>> to clientFuts : ConcurrentMap<UUID,GridFutureAdapter<GridCommunicationClient>> in class org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi |
From |
To |
|
Change Attribute Type jobs : ConcurrentMap<GridHadoopJobId,GridFutureAdapterEx<GridHadoopJob>> to jobs : ConcurrentMap<GridHadoopJobId,GridFutureAdapter<GridHadoopJob>> in class org.apache.ignite.internal.processors.hadoop.jobtracker.GridHadoopJobTracker |
From |
To |
|
Rename Parameter c1 : IgniteBiClosure<B,Exception,IgniteInternalFuture<A>> to c : IgniteBiClosure<B,Exception,IgniteInternalFuture<A>> in method public GridEmbeddedFuture(embedded IgniteInternalFuture<B>, c IgniteBiClosure<B,Exception,IgniteInternalFuture<A>>) in class org.apache.ignite.internal.util.future.GridEmbeddedFuture |
From |
To |
|
Rename Parameter ctx : GridKernalContext to fake : boolean in method public GridDhtEmbeddedFuture(embedded IgniteInternalFuture<B>, c IgniteBiClosure<B,Exception,A>, fake boolean) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtEmbeddedFuture |
From |
To |
|
Rename Parameter c : IgniteBiClosure<B,Exception,IgniteInternalFuture<A>> to c1 : IgniteBiClosure<B,Exception,IgniteInternalFuture<A>> in method public GridEmbeddedFuture(embedded IgniteInternalFuture<B>, c1 IgniteBiClosure<B,Exception,IgniteInternalFuture<A>>, c2 IgniteBiClosure<A,Exception,A>) in class org.apache.ignite.internal.util.future.GridEmbeddedFuture |
From |
To |