|
Change Parameter Type clazz : Class<? extends CommandInterceptor> to clazz : Class<? extends SequentialInterceptor> in method private register(clazz Class<? extends SequentialInterceptor>, chainedInterceptor SequentialInterceptor) : void in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Parameter Type interceptors : List<CommandInterceptor> to interceptors : List<SequentialInterceptor> in method public getFirstInterceptorWhichExtends(interceptors List<SequentialInterceptor>, interceptorClass Class<T>) : T in class org.jboss.as.clustering.infinispan.subsystem.CacheMetricsHandler |
From |
To |
|
Change Parameter Type clazz : Class<? extends CommandInterceptor> to clazz : Class<? extends SequentialInterceptor> in method private checkInterceptor(clazz Class<? extends SequentialInterceptor>) : void in class org.infinispan.interceptors.impl.SequentialInterceptorChainImpl |
From |
To |
|
Change Parameter Type chain : InterceptorChain to chain : SequentialInterceptorChain in method public StatsImpl(chain SequentialInterceptorChain) in class org.infinispan.stats.impl.StatsImpl |
From |
To |
|
Change Parameter Type after : Class<? extends CommandInterceptor> to after : Class<? extends SequentialInterceptor> in method public after(after Class<? extends SequentialInterceptor>) : InterceptorConfigurationBuilder in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder |
From |
To |
|
Change Parameter Type before : Class<? extends CommandInterceptor> to before : Class<? extends SequentialInterceptor> in method public before(before Class<? extends SequentialInterceptor>) : InterceptorConfigurationBuilder in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder |
From |
To |
|
Change Parameter Type interceptorType : Class<? extends CommandInterceptor> to interceptorType : Class<? extends SequentialInterceptor> in method private createInterceptor(interceptor SequentialInterceptor, interceptorType Class<? extends SequentialInterceptor>) : SequentialInterceptor in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Parameter Type interceptor : CommandInterceptor to interceptor : SequentialInterceptor in method private createInterceptor(interceptor SequentialInterceptor, interceptorType Class<? extends SequentialInterceptor>) : SequentialInterceptor in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : SequentialInterceptorChain in method private buildCustomInterceptors(interceptorChain SequentialInterceptorChain, customInterceptors CustomInterceptorsConfiguration) : void in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Parameter Type interceptorClass : Class<? extends CommandInterceptor> to interceptorClass : Class<? extends SequentialInterceptor> in method public interceptorClass(interceptorClass Class<? extends SequentialInterceptor>) : InterceptorConfigurationBuilder in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder |
From |
To |
|
Change Parameter Type chainedInterceptor : CommandInterceptor to chainedInterceptor : SequentialInterceptor in method private register(clazz Class<? extends SequentialInterceptor>, chainedInterceptor SequentialInterceptor) : void in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : SequentialInterceptorChain in method public injectDependencies(evictionManager EvictionManager, expirationManager ExpirationManager, invocationContextFactory InvocationContextFactory, icc InvocationContextContainer, commandsFactory CommandsFactory, interceptorChain SequentialInterceptorChain, configuration Configuration, notifier CacheNotifier, componentRegistry ComponentRegistry, transactionManager TransactionManager, batchContainer BatchContainer, rpcManager RpcManager, dataContainer DataContainer, marshaller StreamingMarshaller, distributionManager DistributionManager, cacheManager EmbeddedCacheManager, asyncExecutor ExecutorService, txTable TransactionTable, recoveryManager RecoveryManager, txCoordinator TransactionCoordinator, lockManager LockManager, authorizationManager AuthorizationManager, globalCfg GlobalConfiguration, partitionHandlingManager PartitionHandlingManager, localTopologyManager LocalTopologyManager) : void in class org.infinispan.cache.impl.CacheImpl |
From |
To |
|
Change Parameter Type i : Class<? extends CommandInterceptor> to i : Class<? extends SequentialInterceptor> in method private validateCustomInterceptor(i Class<? extends SequentialInterceptor>) : void in class org.infinispan.interceptors.impl.SequentialInterceptorChainImpl |
From |
To |
|
Change Parameter Type componentMetadataRepo : ComponentMetadataRepo to sequentialInterceptorChain : SequentialInterceptorChain in method public InterceptorChain(sequentialInterceptorChain SequentialInterceptorChain) in class org.infinispan.interceptors.InterceptorChain |
From |
To |
|
Change Return Type Object to CompletableFuture<Void> in method public visitPutKeyValueCommand(ctx InvocationContext, command PutKeyValueCommand) : CompletableFuture<Void> in class org.infinispan.context.SingleKeyNonTxInvocationContextTest.CheckInterceptor |
From |
To |
|
Change Return Type List<CommandInterceptor> to List<SequentialInterceptor> in method package getInterceptorChain(cache Cache<?,?>) : List<SequentialInterceptor> in class org.infinispan.notifications.cachelistener.SecurityActions |
From |
To |
|
Change Return Type InterceptorChain to SequentialInterceptorChain in method public buildInterceptorChain() : SequentialInterceptorChain in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Return Type Class<? extends CommandInterceptor> to Class<? extends SequentialInterceptor> in method public after() : Class<? extends SequentialInterceptor> in class org.infinispan.configuration.cache.InterceptorConfiguration |
From |
To |
|
Change Return Type Class<? extends CommandInterceptor> to Class<? extends SequentialInterceptor> in method public before() : Class<? extends SequentialInterceptor> in class org.infinispan.configuration.cache.InterceptorConfiguration |
From |
To |
|
Change Return Type List<CommandInterceptor> to List<SequentialInterceptor> in method public run() : List<SequentialInterceptor> in class org.infinispan.security.actions.GetCacheInterceptorChainAction |
From |
To |
|
Change Return Type Object to CompletableFuture<Void> in method public visitGetKeyValueCommand(ctx InvocationContext, command GetKeyValueCommand) : CompletableFuture<Void> in class org.infinispan.context.SingleKeyNonTxInvocationContextTest.CheckInterceptor |
From |
To |
|
Change Return Type InterceptorChain to SequentialInterceptorChain in method protected mockStream(cache Cache<?,?>, mocking StreamMocking) : SequentialInterceptorChain in class org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest |
From |
To |
|
Change Return Type List<CommandInterceptor> to List<SequentialInterceptor> in method public getInterceptorChain(cache AdvancedCache<?,?>) : List<SequentialInterceptor> in class org.infinispan.server.infinispan.SecurityActions |
From |
To |
|
Change Return Type CommandInterceptor to SequentialInterceptor in method private createInterceptor(interceptor SequentialInterceptor, interceptorType Class<? extends SequentialInterceptor>) : SequentialInterceptor in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Return Type List<CommandInterceptor> to List<SequentialInterceptor> in method package getInterceptorChain(cache AdvancedCache<?,?>) : List<SequentialInterceptor> in class org.infinispan.distexec.SecurityActions |
From |
To |
|
Change Return Type Object to CompletableFuture<Void> in method public visitPutKeyValueCommand(ctx InvocationContext, command PutKeyValueCommand) : CompletableFuture<Void> in class org.infinispan.configuration.override.XMLConfigurationOverridingTest.SimpleInterceptor |
From |
To |
|
Change Return Type Object to CompletableFuture<Void> in method public visitReplaceCommand(ctx InvocationContext, command ReplaceCommand) : CompletableFuture<Void> in class org.infinispan.context.SingleKeyNonTxInvocationContextTest.CheckInterceptor |
From |
To |
|
Change Return Type Object to CompletableFuture<Void> in method public visitRemoveCommand(ctx InvocationContext, command RemoveCommand) : CompletableFuture<Void> in class org.infinispan.context.SingleKeyNonTxInvocationContextTest.CheckInterceptor |
From |
To |
|
Change Variable Type interceptor : CommandInterceptor to interceptor : SequentialInterceptor in method public getFirstInterceptorWhichExtends(interceptors List<SequentialInterceptor>, interceptorClass Class<T>) : T in class org.jboss.as.clustering.infinispan.subsystem.CacheMetricsHandler |
From |
To |
|
Change Variable Type customInterceptor : CommandInterceptor to customInterceptor : SequentialInterceptor in method private buildCustomInterceptors(interceptorChain SequentialInterceptorChain, customInterceptors CustomInterceptorsConfiguration) : void in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Variable Type interceptorChain : InterceptorChain to interceptorChain : SequentialInterceptorChain in method public buildInterceptorChain() : SequentialInterceptorChain in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method protected mockStream(cache Cache<?,?>, mocking StreamMocking) : SequentialInterceptorChain in class org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest |
From |
To |
|
Change Variable Type event : CacheEntryEvent to event : CacheEntryEvent<String,String> in method protected testIterationBeganAndSegmentNotComplete(listener StateListener<String,String>, operation Operation, shouldBePrimaryOwner boolean) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest |
From |
To |
|
Change Variable Type interceptorClass : Class<? extends CommandInterceptor> to interceptorClass : Class<? extends SequentialInterceptor> in method public validate() : void in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder |
From |
To |
|
Change Variable Type interceptorChain : List<CommandInterceptor> to interceptorChain : SequentialInterceptorChain in method public start() : void in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method public injectThis(injectInCache Cache<Object,Object>) : AfterActivationOrCacheLoader in class org.infinispan.eviction.impl.EvictionWithConcurrentOperationsTest.AfterActivationOrCacheLoader |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method private testModificationAfterIterationBeganButNotIteratedValueYet(listener StateListener<String,String>, operation Operation, shouldBePrimaryOwner boolean) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest |
From |
To |
|
Change Variable Type interceptorChain : List<CommandInterceptor> to interceptorChain : SequentialInterceptorChain in method public call() : void in class org.infinispan.interceptors.CustomInterceptorTest.testOtherThanFirstOrLastInterceptor.withCacheManager |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method private cacheLoaderInterceptor(cache Cache<?,?>) : CacheLoaderInterceptor in class org.infinispan.persistence.LocalConditionalCommandTest |
From |
To |
|
Change Variable Type mockChain : InterceptorChain to mockChain : SequentialInterceptorChain in method protected mockStream(cache Cache<?,?>, mocking StreamMocking) : SequentialInterceptorChain in class org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest |
From |
To |
|
Change Variable Type i : CommandInterceptor to i : SequentialInterceptor in method public call() : void in class org.infinispan.interceptors.CustomInterceptorTest.testCustomInterceptorProperties.withCacheManager |
From |
To |
|
Change Variable Type interceptors : List<CommandInterceptor> to interceptors : List<SequentialInterceptor> in method protected executeRuntimeStep(context OperationContext, operation ModelNode) : void in class org.jboss.as.clustering.infinispan.subsystem.CacheMetricsHandler |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method private resetStats(ownership Ownership) : void in class org.infinispan.persistence.ClusteredConditionalCommandTest.CacheHelper |
From |
To |
|
Change Variable Type interceptorChain : List<CommandInterceptor> to interceptors : List<SequentialInterceptor> in method public call() : void in class org.infinispan.interceptors.CustomInterceptorTest.testLastInterceptorDefaultCache.withCacheManager |
From |
To |
|
Change Variable Type list : List<CommandInterceptor> to interceptor : SequentialInterceptor in method public injectThis(injectInCache Cache<Object,Object>) : AfterPassivationOrCacheWriter in class org.infinispan.eviction.impl.ManualEvictionWithSizeBasedAndConcurrentOperationsInPrimaryOwnerTest.AfterPassivationOrCacheWriter |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method private testModificationAfterIterationBeganAndCompletedSegmentValueOwner(listener StateListener<String,String>, operation Operation, shouldBePrimaryOwner boolean) : void in class org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest |
From |
To |
|
Change Variable Type callInterceptor : CommandInterceptor to callInterceptor : SequentialInterceptor in method public buildInterceptorChain() : SequentialInterceptorChain in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Variable Type interceptorAttribute : Attribute<CommandInterceptor> to interceptorAttribute : Attribute<SequentialInterceptor> in method public validate() : void in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder |
From |
To |
|
Change Variable Type chainedInterceptor : CommandInterceptor to chainedInterceptor : SequentialInterceptor in method private createInterceptor(interceptor SequentialInterceptor, interceptorType Class<? extends SequentialInterceptor>) : SequentialInterceptor in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Variable Type chain : InterceptorChain to chain : SequentialInterceptorChain in method protected loads(ownership Ownership) : long in class org.infinispan.persistence.ClusteredConditionalCommandTest.CacheHelper |
From |
To |
|
Change Variable Type ic : InterceptorChain to ic : SequentialInterceptorChain in method public replicateCommand(cache Cache, command VisitableCommand) : void in class org.infinispan.test.TestingUtil |
From |
To |
|
Change Variable Type inch : InterceptorChain to inch : SequentialInterceptorChain in method public replaceInterceptor(cache Cache, replacingInterceptor CommandInterceptor, toBeReplacedInterceptorType Class<? extends CommandInterceptor>) : boolean in class org.infinispan.test.TestingUtil |
From |
To |
|
Change Variable Type interceptorChain : List<CommandInterceptor> to interceptors : List<SequentialInterceptor> in method private ensureFullCache(cache AdvancedCache<?,?>) : void in class org.infinispan.distexec.DefaultExecutorService |
From |
To |