|
Change Return Type IgniteFuture<Map<K,V>> to IgniteInternalFuture<Map<K,V>> in method public getAllAsync(keys Collection<? extends K>) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<?> to IgniteInternalFuture<?> in method public reloadAllAsync(keys Collection<? extends K>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<Object> to IgniteInternalFuture<Object> in method public readThroughAllAsync(keys Collection<? extends K>, reload boolean, skipVals boolean, tx IgniteInternalTx<K,V>, subjId UUID, taskName String, vis IgniteBiInClosure<K,V>) : IgniteInternalFuture<Object> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<Boolean> to IgniteInternalFuture<Boolean> in method public containsKeyAsync(key K) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteFuture<?> to IgniteInternalFuture<?> in method public reloadAllAsync() : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteFuture<Map<K,EntryProcessorResult<T>>> to IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in method public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteFuture<V> to IgniteInternalFuture<V> in method public getAsync(key K) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteFuture<Map<K,V>> to IgniteInternalFuture<Map<K,V>> in method public getAllAsync(keys Collection<? extends K>) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteFuture<V> to IgniteInternalFuture<V> in method public getAsync(key K, deserializePortable boolean) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<V> to IgniteInternalFuture<V> in method public reloadAsync(key K) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<?> to IgniteInternalFuture<?> in method public reloadAllAsync(keys Collection<? extends K>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Change Return Type IgniteTxEx<K,V> to IgniteInternalTx<K,V> in method public tx() : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxProxyImpl |
From |
To |
|
Change Return Type IgniteFuture<Map<K,V>> to IgniteInternalFuture<Map<K,V>> in method public reloadAllAsync(keys Collection<? extends K>, ret boolean, skipVals boolean, subjId UUID, taskName String) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<Map<K,V>> to IgniteInternalFuture<Map<K,V>> in method public getAllAsync(keys Collection<? extends K>, deserializePortable boolean) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<V> to IgniteInternalFuture<V> in method public reloadAsync(key K) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteFuture<?> to IgniteInternalFuture<?> in method public reloadAllAsync(keys Collection<? extends K>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteFuture<V> to IgniteInternalFuture<V> in method public getAsync(key K) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteFuture<Boolean> to IgniteInternalFuture<Boolean> in method public containsKeyAsync(key K) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type fut : IgniteFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> in method public invokeAllAsync(map Map<? extends K,? extends EntryProcessor<K,V,T>>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type fut : IgniteFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> to fut : IgniteInternalFuture<GridCacheReturn<Map<K,EntryProcessorResult<T>>>> in method public invokeAllAsync(keys Set<? extends K>, entryProcessor EntryProcessor<K,V,T>, args Object...) : IgniteInternalFuture<Map<K,EntryProcessorResult<T>>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type txEx : IgniteTxEx<String,Integer> to txEx : IgniteInternalTx<String,Integer> in method private txContainsKey(tx IgniteTx, key String) : boolean in class org.apache.ignite.internal.processors.cache.IgniteCacheContainsKeyAbstractSelfTest |
From |
To |
|
Change Variable Type fut : IgniteFuture<Map<K,V>> to fut : IgniteInternalFuture<Map<K,V>> in method public getAllAsync(keys Collection<? extends K>) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type f : IgniteFuture<Boolean> to f : IgniteInternalFuture<Boolean> in method private getAsync(keys LinkedHashMap<? extends K,Boolean>) : IgniteInternalFuture<Collection<GridCacheEntryInfo<K,V>>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtGetFuture |
From |
To |
|
Change Variable Type readFut : IgniteFuture<Object> to readFut : IgniteInternalFuture<Object> in method public reloadAllAsync(keys Collection<? extends K>, ret boolean, skipVals boolean, subjId UUID, taskName String) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |