|
Rename Method public call() : Integer renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : Integer in class org.infinispan.server.core.transport.NettyTransportConnectionStats.ConnectionAdderTask |
From |
To |
|
Rename Method public call() : Void renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : Void in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable |
From |
To |
|
Rename Method package getDefaultExecutorService(cache Cache<?,?>) : DefaultExecutorService renamed to package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.cluster.SecurityActions |
From |
To |
|
Rename Method public call() : Void renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : Void in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable |
From |
To |
|
Rename Method package getDefaultExecutorService(cache Cache<?,?>) : DefaultExecutorService renamed to package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.stats.impl.SecurityActions |
From |
To |
|
Rename Method package getDefaultExecutorService(cache Cache<?,?>) : DefaultExecutorService renamed to package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.cluster.impl.SecurityActions |
From |
To |
|
Rename Method package getDefaultExecutorService(cache Cache<?,?>) : DefaultExecutorService renamed to package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.SecurityActions |
From |
To |
|
Rename Method public call() : Void renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : Void in class org.infinispan.query.impl.massindex.IndexWorker |
From |
To |
|
Rename Method public call() : Map<String,Number> renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : Map<String,Number> in class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallable |
From |
To |
|
Rename Method public call() : String renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : String in class org.infinispan.all.embedded.EmbeddedAllTest.TestCallable |
From |
To |
|
Rename Method public call() : String renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : String in class org.infinispan.distribution.rehash.RehashStressTest.TransactionTask |
From |
To |
|
Rename Method public call() : Void renamed to public apply(embeddedCacheManager EmbeddedCacheManager) : Void in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method private updateTimeSinceStart(responseList Collection<Map<String,Number>>) : void in class org.infinispan.stats.impl.ClusterCacheStatsImpl |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package maxIntAttributes(responseList Collection<Map<String,Number>>, attribute String) : int in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package putIntAttributes(responseList Collection<Map<String,Number>>, attribute String) : void in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package addLongAttributes(responseList Collection<Map<String,Number>>, attribute String) : long in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method private updateRatios(responseList Collection<Map<String,Number>>) : void in class org.infinispan.stats.impl.ClusterCacheStatsImpl |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package putLongAttributes(responseList Collection<Map<String,Number>>, attribute String) : void in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package addIntAttributes(responseList Collection<Map<String,Number>>, attribute String) : int in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package putLongAttributesAverage(responseList Collection<Map<String,Number>>, attribute String) : void in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package addDoubleAttributes(responseList Collection<Map<String,Number>>, attribute String) : double in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type responseList : List<Map<String,Number>> to responseList : Collection<Map<String,Number>> in method package putIntAttributesMax(responseList Collection<Map<String,Number>>, attribute String) : void in class org.infinispan.stats.impl.AbstractClusterStats |
From |
To |
|
Change Parameter Type callables : Set<DistributedCallable> to callables : Set<ClusterListenerReplicateCallable<K,V>> in method private registerClusterListenerCallablesToInstall(enlistedAlready Set<Object>, callables Set<ClusterListenerReplicateCallable<K,V>>, listenerInvocations List<CacheEntryListenerInvocation<K,V>>) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Return Type Collection<DistributedCallable> to Collection<ClusterListenerReplicateCallable<K,V>> in method public retrieveClusterListenerCallablesToInstall() : Collection<ClusterListenerReplicateCallable<K,V>> in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Return Type Collection<DistributedCallable> to Collection<ClusterListenerReplicateCallable<Object,Object>> in method public getClusterListenersToInstall() : Collection<ClusterListenerReplicateCallable<Object,Object>> in class org.infinispan.statetransfer.StateProviderImpl |
From |
To |
|
Change Return Type Collection<DistributedCallable> to Collection<ClusterListenerReplicateCallable<K,V>> in method public retrieveClusterListenerCallablesToInstall() : Collection<ClusterListenerReplicateCallable<K,V>> in class org.infinispan.notifications.cachelistener.cluster.ClusterCacheNotifier |
From |
To |
|
Change Return Type DefaultExecutorService to ClusterExecutor in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.cluster.SecurityActions |
From |
To |
|
Change Return Type DefaultExecutorService to ClusterExecutor in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.stats.impl.SecurityActions |
From |
To |
|
Change Return Type Collection<DistributedCallable> to Collection<ClusterListenerReplicateCallable<Object,Object>> in method private getClusterListeners(topology CacheTopology) : Collection<ClusterListenerReplicateCallable<Object,Object>> in class org.infinispan.statetransfer.StateConsumerImpl |
From |
To |
|
Change Return Type DefaultExecutorService to ClusterExecutor in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.cluster.impl.SecurityActions |
From |
To |
|
Change Return Type DefaultExecutorService to ClusterExecutor in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.SecurityActions |
From |
To |
|
Change Return Type Collection<DistributedCallable> to Collection<ClusterListenerReplicateCallable<Object,Object>> in method public getClusterListenersToInstall() : Collection<ClusterListenerReplicateCallable<Object,Object>> in class org.infinispan.statetransfer.StateProvider |
From |
To |
|
Change Return Type DefaultExecutorService to ClusterExecutor in method public run() : ClusterExecutor in class org.infinispan.security.actions.GetClusterExecutorAction |
From |
To |
|
Change Variable Type callable : DistributedCallable to callable : ClusterListenerReplicateCallable<Object,Object> in method private fetchClusterListeners(cacheTopology CacheTopology) : void in class org.infinispan.statetransfer.StateConsumerImpl |
From |
To |
|
Change Variable Type listeners : Collection<DistributedCallable> to listeners : Collection<ClusterListenerReplicateCallable<Object,Object>> in method public invokeAsync() : CompletableFuture<Object> in class org.infinispan.statetransfer.StateRequestCommand |
From |
To |
|
Change Variable Type action : GetDefaultExecutorServiceAction to action : GetClusterExecutorAction in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.SecurityActions |
From |
To |
|
Change Variable Type callables : Set<DistributedCallable> to callables : Set<ClusterListenerReplicateCallable<K,V>> in method public retrieveClusterListenerCallablesToInstall() : Collection<ClusterListenerReplicateCallable<K,V>> in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Variable Type action : GetDefaultExecutorServiceAction to action : GetClusterExecutorAction in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.stats.impl.SecurityActions |
From |
To |
|
Change Variable Type callable : Callable to callable : ClusterListenerReplicateCallable<K,V> in method private registerClusterListeners(members List<Address>, generatedId UUID, ourAddress Address, filter CacheEventFilter<? super K,? super V>, converter CacheEventConverter<? super K,? super V,C>, l Listener, listener Object, keyDataConversion DataConversion, valueDataConversion DataConversion, useStorageFormat boolean) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Variable Type action : GetDefaultExecutorServiceAction to action : GetClusterExecutorAction in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.cluster.SecurityActions |
From |
To |
|
Change Variable Type callables : Collection<DistributedCallable> to callables : Collection<ClusterListenerReplicateCallable<Object,Object>> in method private fetchClusterListeners(cacheTopology CacheTopology) : void in class org.infinispan.statetransfer.StateConsumerImpl |
From |
To |
|
Change Variable Type action : GetDefaultExecutorServiceAction to action : GetClusterExecutorAction in method package getClusterExecutor(cache Cache<?,?>) : ClusterExecutor in class org.infinispan.notifications.cachelistener.cluster.impl.SecurityActions |
From |
To |