|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public future() : IgniteFuture<?> in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(entries Collection<? extends Map.Entry<K,V>>) : IgniteFuture<?> in class org.apache.ignite.IgniteDataLoader |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(key K, val V) : IgniteFuture<?> in class org.apache.ignite.IgniteDataLoader |
From |
To |
|
Change Return Type IgniteFuture<?> to IgniteInternalFuture<?> in method package globalLoadCacheAsync(p IgniteBiPredicate<K,V>, args Object...) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public removeData(key K) : IgniteFuture<?> in class org.apache.ignite.IgniteDataLoader |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(entry Map.Entry<K,V>) : IgniteFuture<?> in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(key K, val V) : IgniteFuture<?> in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(entry Map.Entry<K,V>) : IgniteFuture<?> in class org.apache.ignite.IgniteDataLoader |
From |
To |
|
Change Return Type IgniteDataLoader<K,V> to IgniteDataLoaderImpl<K,V> in method public dataLoader(cacheName String, compact boolean) : IgniteDataLoaderImpl<K,V> in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessor |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(entries Map<K,V>) : IgniteFuture<?> in class org.apache.ignite.IgniteDataLoader |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public future() : IgniteFuture<?> in class org.apache.ignite.IgniteDataLoader |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(entries Map<K,V>) : IgniteFuture<?> in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public removeData(key K) : IgniteFuture<?> in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<?> to IgniteFuture<?> in method public addData(entries Collection<? extends Map.Entry<K,V>>) : IgniteFuture<?> in class org.apache.ignite.internal.processors.dataload.IgniteDataLoaderImpl |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : IgniteFuture<?> in method private checkDataLoader() : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<?> to fut : IgniteFuture<?> in method protected checkLoaderMultithreaded(nodesCntNoCache int, nodesCntCache int) : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |
|
Change Variable Type futs : Collection<IgniteInternalFuture<?>> to futs : Collection<IgniteFuture<?>> in method private checkDataLoader() : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |
|
Change Variable Type ldr : IgniteDataLoader<?,?> to ldr : IgniteDataLoaderImpl<?,?> in method public onKernalStop(cancel boolean) : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessor |
From |
To |
|
Change Variable Type futs : Collection<IgniteInternalFuture<?>> to futs : Collection<IgniteFuture<?>> in method protected checkLoaderMultithreaded(nodesCntNoCache int, nodesCntCache int) : void in class org.apache.ignite.internal.processors.dataload.GridDataLoaderProcessorSelfTest |
From |
To |