|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task Callable<T>, input K...) : List<CompletableFuture<T>> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type void to CacheException in method public errorExecutingMassIndexer(cause Throwable) : CacheException in class org.infinispan.query.logging.Log |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public putAsync(key K, value Map<MK,MV>, lifespan long, unit TimeUnit) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue Map<MK,MV>, newValue Map<MK,MV>) : CompletableFuture<Boolean> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public startAsync() : CompletableFuture<Void> in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public poll() : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(task Callable<T>, input K...) : CompletableFuture<T> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public putIfAbsentAsync(key K, value Map<MK,MV>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long, lifespanSeconds int, maxIdleSeconds int) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public putAsync(key K, value Map<MK,MV>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<X> to CompletableFuture<X> in method private wrapInFuture(retval Object) : CompletableFuture<X> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long, lifespanSeconds int, maxIdleSeconds int) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task DistributedTask<T>) : List<CompletableFuture<T>> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(target Address, task DistributedTask<T>) : CompletableFuture<T> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type ExecutionResult<Void> to CompletableFuture<Void> in method private executeInternal(asyncFlush boolean) : CompletableFuture<Void> in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method package removeAsync(key Object, value Object, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type List<Future<V>> to List<CompletableFuture<V>> in method public submitEverywhere(task Callable<V>, input K...) : List<CompletableFuture<V>> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(target Address, task Callable<T>) : CompletableFuture<T> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method package replaceAsync(key K, value V, metadata Metadata, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeWithVersionAsync(key K, version long) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public replaceAsync(key K, value Map<MK,MV>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache |
From |
To |
|
Change Return Type List<Future<V>> to List<CompletableFuture<V>> in method public submitEverywhere(task Callable<V>) : List<CompletableFuture<V>> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(target Address, task DistributedTask<T>) : CompletableFuture<T> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type Future<V> to CompletableFuture<V> in method public submit(target Address, task Callable<V>) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public putAsync(key K, value Map<MK,MV>) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(task Callable<T>) : CompletableFuture<T> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(target Address, task Callable<T>) : CompletableFuture<T> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type Future<V> to CompletableFuture<V> in method public submit(task Runnable, result V) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public poll(timeout long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(task Runnable, result T) : CompletableFuture<T> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long, lifespanSeconds int) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method package putIfAbsentAsync(key K, value V, metadata Metadata, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task DistributedTask<T>, input K...) : List<CompletableFuture<T>> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends Map<MK,MV>>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type Future<V> to CompletableFuture<V> in method public submit(task Callable<V>) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue Map<MK,MV>, newValue Map<MK,MV>, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long, lifespanSeconds int) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends Map<MK,MV>>) : CompletableFuture<Void> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public replaceAsync(key K, value Map<MK,MV>, lifespan long, unit TimeUnit) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method package putAsync(key K, value V, metadata Metadata, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, metadata Metadata) : CompletableFuture<V> in class org.infinispan.AdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(task DistributedTask<T>, input K...) : CompletableFuture<T> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeWithVersionAsync(key K, version long) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task Callable<T>, input K...) : List<CompletableFuture<T>> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method package removeAsync(key Object, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public startAsync() : CompletableFuture<Void> in class org.infinispan.query.MassIndexer |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method package clearAsync(explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method package getAsync(key K, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public putIfAbsentAsync(key K, value Map<MK,MV>) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.AbstractDelegatingCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task Callable<T>) : List<CompletableFuture<T>> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.infinispan.client.hotrod.RemoteCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public take() : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task Callable<T>) : List<CompletableFuture<T>> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method package putAllAsync(data Map<? extends K,? extends V>, metadata Metadata, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue Map<MK,MV>, newValue Map<MK,MV>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.cache.impl.DecoratedCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long, lifespanSeconds int, maxIdleSeconds int) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceWithVersionAsync(key K, newValue V, version long, lifespanSeconds int) : CompletableFuture<Boolean> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V) : CompletableFuture<Boolean> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeAsync(key Object, value Object) : CompletableFuture<Boolean> in class org.infinispan.security.impl.SecureCacheImpl |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task DistributedTask<T>, input K...) : List<CompletableFuture<T>> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public removeWithVersionAsync(key K, version long) : CompletableFuture<Boolean> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putIfAbsentAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(task DistributedTask<T>, input K...) : CompletableFuture<T> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public replaceAsync(key K, value Map<MK,MV>) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method package replaceAsync(key K, oldValue V, newValue V, metadata Metadata, explicitFlags EnumSet<Flag>, explicitClassLoader ClassLoader) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>, lifespan long, unit TimeUnit) : CompletableFuture<Void> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public clearAsync() : CompletableFuture<Void> in class org.infinispan.cache.impl.SimpleCacheImpl |
From |
To |
|
Change Return Type NotifyingFuture<Map<MK,MV>> to CompletableFuture<Map<MK,MV>> in method public putIfAbsentAsync(key K, value Map<MK,MV>, lifespan long, unit TimeUnit) : CompletableFuture<Map<MK,MV>> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public getAsync(key K) : CompletableFuture<V> in class org.infinispan.functional.decorators.FunctionalAdvancedCache |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public putAsync(key K, value V) : CompletableFuture<V> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.commons.api.AsyncCache |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends V>) : CompletableFuture<Void> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public removeAsync(key Object) : CompletableFuture<V> in class org.infinispan.jcache.remote.RemoteCacheWrapper |
From |
To |
|
Change Return Type NotifyingFuture<V> to CompletableFuture<V> in method public replaceAsync(key K, value V, lifespan long, unit TimeUnit) : CompletableFuture<V> in class org.infinispan.client.hotrod.impl.RemoteCacheSupport |
From |
To |
|
Change Return Type NotifyingFuture<Void> to CompletableFuture<Void> in method public putAllAsync(data Map<? extends K,? extends Map<MK,MV>>, lifespan long, lifespanUnit TimeUnit, maxIdle long, maxIdleUnit TimeUnit) : CompletableFuture<Void> in class org.jboss.as.clustering.infinispan.atomic.AtomicMapCache |
From |
To |
|
Change Return Type NotifyingFuture<T> to CompletableFuture<T> in method public submit(task Callable<T>, input K...) : CompletableFuture<T> in class org.infinispan.distexec.DistributedExecutorService |
From |
To |
|
Change Return Type List<Future<T>> to List<CompletableFuture<T>> in method public submitEverywhere(task DistributedTask<T>) : List<CompletableFuture<T>> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Return Type NotifyingFuture<Boolean> to CompletableFuture<Boolean> in method public replaceAsync(key K, oldValue V, newValue V, lifespan long, unit TimeUnit) : CompletableFuture<Boolean> in class org.infinispan.cache.impl.CacheSupport |
From |
To |
|
Change Variable Type future : NotifyingFuture<Boolean> to future : CompletableFuture<Boolean> in method public testReplaceWithVersionAsync() : void in class org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT |
From |
To |
|
Change Variable Type future : NotifyingFuture<Integer> to future : CompletableFuture<Integer> in method public testBasicTakeInvocationWithSleepingCallable() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type list : List<Future<Boolean>> to list : List<CompletableFuture<Boolean>> in method public testDistributedCallableEverywhere() : void in class org.infinispan.distexec.LocalDistributedExecutorTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Boolean> to future : CompletableFuture<Boolean> in method public testReplaceWithVersionWithLifespanAsync() : void in class org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT |
From |
To |
|
Change Variable Type f : NotifyingFuture<Boolean> to f : CompletableFuture<Boolean> in method public testRemoveWithVersionAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type f : NotifyingFuture<Boolean> to f : CompletableFuture<Boolean> in method public testReplaceWithVersionAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type queue : BlockingQueue<NotifyingFuture<Integer>> to queue : BlockingQueue<CompletableFuture<Integer>> in method public testBasicInvocationWithBlockingQueue() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type list : List<Future<Boolean>> to list : List<CompletableFuture<Boolean>> in method public testDistributedCallableEverywhereWithEmptyKeys() : void in class org.infinispan.distexec.LocalDistributedExecutorTest |
From |
To |
|
Change Variable Type future6 : NotifyingFuture to future6 : CompletableFuture in method public testLoadingAndStoringAsyncEventsHotRod() : void in class org.infinispan.it.compatibility.EmbeddedHotRodCacheListenerTest |
From |
To |
|
Change Variable Type f2 : NotifyingFuture<String> to f2 : CompletableFuture<String> in method public testParallelAsyncGets(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type list : List<Future<Boolean>> to list : List<CompletableFuture<Boolean>> in method public testDistributedCallableEverywhereWithKeysOnBothNodes() : void in class org.infinispan.distexec.DistributedExecutorTest |
From |
To |
|
Change Variable Type putFuture : NotifyingFuture<Object> to putFuture : CompletableFuture<Object> in method public testInvalidationDuringStateTransfer() : void in class org.infinispan.statetransfer.NonTxStateTransferInvalidationTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Void> to future : CompletableFuture<Void> in method public testListener() : void in class org.infinispan.query.distributed.AsyncMassIndexTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testReplaceAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type list : List<Future<Integer>> to list : List<CompletableFuture<Integer>> in method public testCallableIsolation() : void in class org.infinispan.distexec.LocalDistributedExecutorTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testPutIfAbsentAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testRemoveContainsAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public call() : Void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsWithTxTest.modifyConcurrently.c1 |
From |
To |
|
Change Variable Type voidNotifyingFuture : NotifyingFuture<Void> to voidNotifyingFuture : CompletableFuture<Void> in method public testAsyncOps() : void in class org.infinispan.api.TxCacheAndAsyncOpsTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<V> to f : CompletableFuture<V> in method public submit(task Runnable, result V) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Variable Type future : NotifyingFuture<Integer> to future : CompletableFuture<Integer> in method private distExecTest() : void in class org.infinispan.security.ExecutionAuthorizationTest |
From |
To |
|
Change Variable Type fl : List<Future<V>> to fl : List<CompletableFuture<V>> in method public submitEverywhere(task Callable<V>, input K...) : List<CompletableFuture<V>> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Variable Type callable : NotifyingFuture<Integer> to callable : CompletableFuture<Integer> in method public testBasicPollInvocation() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type tasks : List<Future<T>> to tasks : List<CompletableFuture<T>> in method public execute(taskName String, context TaskContext) : CompletableFuture<T> in class org.infinispan.server.infinispan.task.DistributedServerTaskRunner |
From |
To |
|
Change Variable Type list : List<Future<Boolean>> to list : List<CompletableFuture<Boolean>> in method public testDistributedCallableEverywhereWithKeys() : void in class org.infinispan.distexec.LocalDistributedExecutorTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testAsyncGetsWithinTx(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsWithTxTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Void> to future : CompletableFuture<Void> in method public testBulkOperationsAsync() : void in class org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testLocalAsyncGet(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type list : List<Future<Integer>> to list : List<CompletableFuture<Integer>> in method public testExceptionInvocation() : void in class org.infinispan.distexec.LocalDistributedExecutorTest |
From |
To |
|
Change Variable Type f2 : NotifyingFuture<String> to f2 : CompletableFuture<String> in method public testPutClearAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type future : NotifyingFuture<Object> to future : CompletableFuture<Object> in method public testWithTx() : void in class org.infinispan.api.AsyncWithTxTest |
From |
To |
|
Change Variable Type futures : List<Future<T>> to futures : List<CompletableFuture<T>> in method public submitEverywhere(task DistributedTask<T>) : List<CompletableFuture<T>> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Variable Type future3 : NotifyingFuture to future3 : CompletableFuture in method public testLoadingAndStoringAsyncEventsHotRod() : void in class org.infinispan.it.compatibility.EmbeddedHotRodCacheListenerTest |
From |
To |
|
Change Variable Type f1 : NotifyingFuture<String> to f1 : CompletableFuture<String> in method public testPutClearAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type fl : List<Future<V>> to fl : List<CompletableFuture<V>> in method public submitEverywhere(task Callable<V>) : List<CompletableFuture<V>> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Variable Type result : NotifyingFuture<Object> to result : CompletableFuture<Object> in method public testAsyncOps() : void in class org.infinispan.api.TxCacheAndAsyncOpsTest |
From |
To |
|
Change Variable Type future5 : NotifyingFuture to future5 : CompletableFuture in method public testLoadingAndStoringAsyncEventsHotRod() : void in class org.infinispan.it.compatibility.EmbeddedHotRodCacheListenerTest |
From |
To |
|
Change Variable Type futures : ArrayList<NotifyingFuture<Integer>> to futures : List<CompletableFuture<Integer>> in method public synchronizeData(cache Cache<Object,Object>, readBatch int, threads int) : long in class org.infinispan.persistence.remote.upgrade.HotRodTargetMigrator |
From |
To |
|
Change Variable Type future : NotifyingFuture<Boolean> to future : CompletableFuture<Boolean> in method public testRemoveWithVersionAsync() : void in class org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT |
From |
To |
|
Change Variable Type f1 : NotifyingFuture<String> to f1 : CompletableFuture<String> in method public testParallelAsyncGets(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testPutAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type f : NotifyingFuture<V> to f : CompletableFuture<V> in method public submit(target Address, task Callable<V>) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testRemoveAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type f3 : NotifyingFuture<String> to f3 : CompletableFuture<String> in method public testParallelAsyncGets(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testGetAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type callable : NotifyingFuture<Integer> to callable : CompletableFuture<Integer> in method public testBasicPollInvocationWithSleepingCallable() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type executionResult : ExecutionResult<Void> to executionResult : CompletableFuture<Void> in method public start() : void in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer |
From |
To |
|
Change Variable Type futures : List<Future<T>> to futures : List<CompletableFuture<T>> in method public submitEverywhere(task DistributedTask<T>, input K...) : List<CompletableFuture<T>> in class org.infinispan.distexec.DefaultExecutorService |
From |
To |
|
Change Variable Type f : NotifyingFuture<V> to f : CompletableFuture<V> in method public submit(task Callable<V>) : CompletableFuture<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Variable Type future : NotifyingFuture<Boolean> to future : CompletableFuture<Boolean> in method public testReplaceWithVersionWithLifespanAsync(m Method) : void in class org.infinispan.client.hotrod.HotRodIntegrationTest |
From |
To |
|
Change Variable Type list : List<Future<Integer>> to list : List<CompletableFuture<Integer>> in method public testSingleCacheExecution() : void in class org.infinispan.distexec.BasicDistributedExecutorTest |
From |
To |
|
Change Variable Type results : List<Future<String>> to results : List<CompletableFuture<String>> in method public testEmbeddedDistExec() : void in class org.infinispan.all.embedded.EmbeddedAllTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<Boolean> to f : CompletableFuture<Boolean> in method public testRemoveWithVersionAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testAsyncPut(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testAsyncGetThenPutOnSameNode(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<Void> to f : CompletableFuture<Void> in method public testPutAllAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type results : List<Future<Integer>> to results : List<CompletableFuture<Integer>> in method public run() : void in class org.infinispan.demo.distexec.PiApproximationDemo |
From |
To |
|
Change Variable Type f : NotifyingFuture<Boolean> to f : CompletableFuture<Boolean> in method public testReplaceWithVersionAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Void> to future : CompletableFuture<Void> in method public testClearAsync() : void in class org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testAsyncReplace(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Integer> to future : CompletableFuture<Integer> in method public testBasicInvocationWithRunnable() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<Void> to f : CompletableFuture<Void> in method public testClearAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type f : NotifyingFuture<V> to f : CompletableFuture<V> in method public submit(task Callable<V>, input K...) : Future<V> in class org.infinispan.distexec.DistributedExecutionCompletionService |
From |
To |
|
Change Variable Type c : NotifyingFuture<Void> to c : CompletableFuture<Void> in method public testPutClearAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type futures : List<NotifyingFuture<Void>> to futures : List<CompletableFuture<Void>> in method private executeInternal(asyncFlush boolean) : CompletableFuture<Void> in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer |
From |
To |
|
Change Variable Type tasks : List<Future<T>> to tasks : List<CompletableFuture<T>> in method public runScript(scriptManager ScriptingManagerImpl, metadata ScriptMetadata, binding CacheScriptBindings) : CompletableFuture<T> in class org.infinispan.scripting.impl.DistributedRunner |
From |
To |
|
Change Variable Type f : NotifyingFuture<Object> to f : CompletableFuture<Object> in method public testDefaultLifespanPutAsync() : void in class org.infinispan.api.MetadataAPIDefaultExpiryTest |
From |
To |
|
Change Variable Type callable : NotifyingFuture<Integer> to callable : CompletableFuture<Integer> in method public testBasicPollInvocationWithTimeout() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type responseList : List<Future<Map<String,Number>>> to responseList : List<CompletableFuture<Map<String,Number>>> in method protected fetchClusterWideStatsIfNeeded() : void in class org.infinispan.stats.impl.ClusterCacheStatsImpl |
From |
To |
|
Change Variable Type future : NotifyingFuture to future : CompletableFuture in method public testLoadingAndStoringAsyncEventsHotRod() : void in class org.infinispan.it.compatibility.EmbeddedHotRodCacheListenerTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Void> to future : CompletableFuture<Void> in method public testBulkOperationsWithLifespanAsync() : void in class org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT |
From |
To |
|
Change Variable Type future2 : NotifyingFuture to future2 : CompletableFuture in method public testLoadingAndStoringAsyncEventsHotRod() : void in class org.infinispan.it.compatibility.EmbeddedHotRodCacheListenerTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Integer> to future : CompletableFuture<Integer> in method public testBasicInvocation() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Void> to future : CompletableFuture<Void> in method protected rebuildIndexes() : void in class org.infinispan.query.distributed.MassIndexingTest |
From |
To |
|
Change Variable Type future : NotifyingFuture<Integer> to future : CompletableFuture<Integer> in method public testBasicInvocationWithBlockingQueue() : void in class org.infinispan.distexec.DistributedExecutionCompletionTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testGetAsync(remoteCache RemoteCache<String,String>) : void in class org.infinispan.server.test.client.hotrod.security.HotRodAuthzOperationTests |
From |
To |
|
Change Variable Type f : NotifyingFuture<Void> to f : CompletableFuture<Void> in method public testPutAllAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testAsyncGet(m Method) : void in class org.infinispan.distribution.SingleOwnerAndAsyncMethodsTest |
From |
To |
|
Change Variable Type f : NotifyingFuture<String> to f : CompletableFuture<String> in method public testPutAsyncWithListener() : void in class org.infinispan.client.hotrod.RemoteAsyncAPITest |
From |
To |
|
Change Variable Type future4 : NotifyingFuture to future4 : CompletableFuture in method public testLoadingAndStoringAsyncEventsHotRod() : void in class org.infinispan.it.compatibility.EmbeddedHotRodCacheListenerTest |
From |
To |