|
Change Parameter Type keyEquivalence : Equivalence<? super K> to keyEquivalence : Equivalence in method public init(icf InvocationContextFactory, commandsFactory CommandsFactory, entryFactory InternalEntryFactory, interceptorChain AsyncInterceptorChain, txTable TransactionTable, keyEquivalence Equivalence) : void in class org.infinispan.commands.remote.ClusteredGetAllCommand |
From |
To |
|
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : AsyncInterceptorChain in method public init(interceptorChain AsyncInterceptorChain, icf InvocationContextFactory) : void in class org.infinispan.commands.remote.BaseRpcInvokingCommand |
From |
To |
|
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : AsyncInterceptorChain in method public initialize(icf InvocationContextFactory, commandsFactory CommandsFactory, entryFactory InternalEntryFactory, interceptorChain AsyncInterceptorChain, keyEquivalence Equivalence) : void in class org.infinispan.commands.remote.ClusteredGetCommand |
From |
To |
|
Change Parameter Type chain : InterceptorChain to chain : AsyncInterceptorChain in method public init(chain AsyncInterceptorChain, icf InvocationContextFactory, txTable TransactionTable) : void in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand |
From |
To |
|
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : AsyncInterceptorChain in method public setupDependencies(container DataContainer, notifier CacheNotifier<Object,Object>, cache Cache<Object,Object>, interceptorChain AsyncInterceptorChain, distributionManager DistributionManager, icf InvocationContextFactory, txTable TransactionTable, configuration Configuration, moduleCommandInitializers Map<Byte,ModuleCommandInitializer>, recoveryManager RecoveryManager, stateProvider StateProvider, stateConsumer StateConsumer, lockManager LockManager, entryFactory InternalEntryFactory, stm StateTransferManager, backupSender BackupSender, cancellationService CancellationService, timeService TimeService, xSiteStateProvider XSiteStateProvider, xSiteStateConsumer XSiteStateConsumer, xSiteStateTransferManager XSiteStateTransferManager, groupManager GroupManager, partitionHandlingManager PartitionHandlingManager, localStreamManager LocalStreamManager, clusterStreamManager ClusterStreamManager, clusteringDependentLogic ClusteringDependentLogic, externalizerTable ExternalizerTable) : void in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Parameter Type interceptorChain : InterceptorChain to interceptorChain : AsyncInterceptorChain in method public init(icf InvocationContextFactory, commandsFactory CommandsFactory, entryFactory InternalEntryFactory, interceptorChain AsyncInterceptorChain, txTable TransactionTable, keyEquivalence Equivalence) : void in class org.infinispan.commands.remote.ClusteredGetAllCommand |
From |
To |
|
Rename Variable responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Rename Variable responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method public visitCommitCommand(ctx TxInvocationContext, command CommitCommand) : BasicInvocationStage in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Rename Variable responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method public visitRollbackCommand(ctx TxInvocationContext, command RollbackCommand) : BasicInvocationStage in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Rename Variable responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method public visitLockControlCommand(ctx TxInvocationContext, command LockControlCommand) : BasicInvocationStage in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Rename Variable resps : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor |
From |
To |
|
Rename Variable retVal : Object to future : CompletableFuture<Object> in method private create(command ReplicableCommand, reply Reply, preserveOrder boolean) : Runnable in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler |
From |
To |
|
Rename Variable addressResponseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method private invokeRemotelyIfNeeded(ctx InvocationContext, command DataWriteCommand, localResult Object) : BasicInvocationStage in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor |
From |
To |
|
Rename Variable responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method private internalTotalOrderPrepare(recipients Collection<Address>, prepareCommand PrepareCommand, responseFilter TimeoutValidationResponseFilter) : CompletableFuture<Map<Address,Response>> in class org.infinispan.interceptors.impl.BaseRpcInterceptor |
From |
To |
|
Change Return Type void to CompletableFuture<Object> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.totalorder.TotalOrderVersionedDistributionInterceptor |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method public invokeAsync() : CompletableFuture<Object> in class org.infinispan.commands.remote.ClusteredGetAllCommand |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method public invokeAsync() : CompletableFuture<Object> in class org.infinispan.commands.ReplicableCommand |
From |
To |
|
Change Return Type V to Object in method public perform(ctx InvocationContext) : Object in class org.infinispan.commands.read.DistributedExecuteCommand |
From |
To |
|
Change Return Type void to CompletableFuture<Object> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor |
From |
To |
|
Change Return Type Map<Address,Response> to CompletableFuture<Object> in method protected totalOrderPrepare(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>, responseFilter TimeoutValidationResponseFilter) : CompletableFuture<Object> in class org.infinispan.interceptors.impl.BaseRpcInterceptor |
From |
To |
|
Change Return Type void to CompletableFuture<Object> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.totalorder.TotalOrderDistributionInterceptor |
From |
To |
|
Change Return Type Map<Address,Response> to CompletableFuture<Map<Address,Response>> in method private internalTotalOrderPrepare(recipients Collection<Address>, prepareCommand PrepareCommand, responseFilter TimeoutValidationResponseFilter) : CompletableFuture<Map<Address,Response>> in class org.infinispan.interceptors.impl.BaseRpcInterceptor |
From |
To |
|
Change Return Type void to CompletableFuture<Object> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Change Return Type void to CompletableFuture<Map<Address,Response>> in method private invalidateAcrossCluster(synchronous boolean, keys Object[], ctx InvocationContext) : CompletableFuture<Map<Address,Response>> in class org.infinispan.interceptors.impl.InvalidationInterceptor |
From |
To |
|
Change Return Type Response to CompletableFuture<Response> in method package invokeCommand(cmd CacheRpcCommand) : CompletableFuture<Response> in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method public abstract invokeAsync() : CompletableFuture<Object> in class org.infinispan.query.indexmanager.AbstractUpdateCommand |
From |
To |
|
Change Variable Type responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method private internalTotalOrderPrepare(recipients Collection<Address>, prepareCommand PrepareCommand, responseFilter TimeoutValidationResponseFilter) : CompletableFuture<Map<Address,Response>> in class org.infinispan.interceptors.impl.BaseRpcInterceptor |
From |
To |
|
Change Variable Type responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method public visitCommitCommand(ctx TxInvocationContext, command CommitCommand) : BasicInvocationStage in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Change Variable Type responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Change Variable Type responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method public visitLockControlCommand(ctx TxInvocationContext, command LockControlCommand) : BasicInvocationStage in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Change Variable Type responseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method public visitRollbackCommand(ctx TxInvocationContext, command RollbackCommand) : BasicInvocationStage in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Change Variable Type resps : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method protected prepareOnAffectedNodes(ctx TxInvocationContext<?>, command PrepareCommand, recipients Collection<Address>) : CompletableFuture<Object> in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor |
From |
To |
|
Change Variable Type retVal : Object to future : CompletableFuture<Object> in method private create(command ReplicableCommand, reply Reply, preserveOrder boolean) : Runnable in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler |
From |
To |
|
Change Variable Type addressResponseMap : Map<Address,Response> to remoteInvocation : CompletableFuture<Map<Address,Response>> in method private invokeRemotelyIfNeeded(ctx InvocationContext, command DataWriteCommand, localResult Object) : BasicInvocationStage in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor |
From |
To |