|
Rename Method private sendPutMapBackupAck(id CommandInvocationId, topologyId int, segment int, flagBitSet long) : void renamed to private sendMultiKeyAck(id CommandInvocationId, topologyId int, segment int, flagBitSet long) : void in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler |
From |
To |
|
Rename Method private handleDataWriteCommand(context InvocationContext, command AbstractDataWriteCommand) : Object renamed to private handleSingleKeyWriteCommand(context InvocationContext, command AbstractDataWriteCommand) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Rename Method private handleLocalPutMapCommand(ctx InvocationContext, command PutMapCommand) : Object renamed to private handleLocalManyKeysCommand(ctx InvocationContext, command C, commandCopy SubsetCommandCopy<C>, mergeResults MergeResults<R>, emptyResult Supplier<R>) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Rename Method public buildBackupPutMapRpcCommand(command PutMapCommand) : BackupPutMapRpcCommand renamed to public buildBackupMultiKeyWriteRpcCommand(command WriteCommand, keys Collection<Object>) : BackupMultiKeyWriteRpcCommand in class org.infinispan.commands.CommandsFactory |
From |
To |
|
Rename Method public buildBackupPutMapRpcCommand(command PutMapCommand) : BackupPutMapRpcCommand renamed to public buildBackupMultiKeyWriteRpcCommand(command WriteCommand, keys Collection<Object>) : BackupMultiKeyWriteRpcCommand in class org.infinispan.util.mocks.ControlledCommandFactory |
From |
To |
|
Change Parameter Type command : DataWriteCommand to command : C in method private remotePrimaryOwnerWrite(context InvocationContext, command C, distributionInfo DistributionInfo) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Parameter Type command : PutMapCommand to command : C in method private handleLocalManyKeysCommand(ctx InvocationContext, command C, commandCopy SubsetCommandCopy<C>, mergeResults MergeResults<R>, emptyResult Supplier<R>) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Parameter Type command : DataWriteCommand to command : WriteCommand in method public buildBackupWriteRpcCommand(command WriteCommand) : BackupWriteRpcCommand in class org.infinispan.commands.CommandsFactory |
From |
To |
|
Change Parameter Type command : BackupPutMapRpcCommand to command : BackupMultiKeyWriteRpcCommand in method private handleBackupPutMapRpcCommand(command BackupMultiKeyWriteRpcCommand) : void in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler |
From |
To |
|
Change Parameter Type command : PutMapCommand to command : WriteCommand in method public buildBackupMultiKeyWriteRpcCommand(command WriteCommand, keys Collection<Object>) : BackupMultiKeyWriteRpcCommand in class org.infinispan.util.mocks.ControlledCommandFactory |
From |
To |
|
Change Parameter Type command : DataWriteCommand to command : WriteCommand in method public buildBackupWriteRpcCommand(command WriteCommand) : BackupWriteRpcCommand in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Parameter Type command : BackupPutMapRpcCommand to command : BackupMultiKeyWriteRpcCommand in method private createBackupPutMapRunnable(command BackupMultiKeyWriteRpcCommand, commandTopologyId int, readyAction ReadyAction) : BlockingRunnable in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler |
From |
To |
|
Change Parameter Type entryCount : int to keys : Collection<?> in method private PrimaryOwnerClassifier(cacheTopology LocalizedCacheTopology, keys Collection<?>) in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor.PrimaryOwnerClassifier |
From |
To |
|
Change Parameter Type localResult : CompletableFuture<Map<Object,Object>> to localResult : CompletableFuture<R> in method private forwardToPrimaryOwners(command C, splitter PrimaryOwnerClassifier, localResult CompletableFuture<R>, mergeResults MergeResults<R>, commandCopy SubsetCommandCopy<C>) : CompletableFuture<R> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Parameter Type command : PutMapCommand to command : C in method private forwardToPrimaryOwners(command C, splitter PrimaryOwnerClassifier, localResult CompletableFuture<R>, mergeResults MergeResults<R>, commandCopy SubsetCommandCopy<C>) : CompletableFuture<R> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Parameter Type key : Object to segmentId : int in method public TriangleOrderAction(handler TrianglePerCacheInboundInvocationHandler, sequenceNumber long, segmentId int) in class org.infinispan.remoting.inboundhandler.action.TriangleOrderAction |
From |
To |
|
Change Parameter Type command : PutMapCommand to command : WriteCommand in method public buildBackupMultiKeyWriteRpcCommand(command WriteCommand, keys Collection<Object>) : BackupMultiKeyWriteRpcCommand in class org.infinispan.commands.CommandsFactory |
From |
To |
|
Change Parameter Type command : DataWriteCommand to command : WriteCommand in method public buildBackupWriteRpcCommand(command WriteCommand) : BackupWriteRpcCommand in class org.infinispan.util.mocks.ControlledCommandFactory |
From |
To |
|
Change Parameter Type distributionInfo : DistributionInfo to segmentId : int in method private sendToBackups(segmentId int, command DataWriteCommand, backupOwners Collection<Address>) : void in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Parameter Type command : PutMapCommand to command : WriteCommand in method private sendToBackups(command WriteCommand, keysToSend Collection<Object>, cacheTopology LocalizedCacheTopology) : void in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Parameter Type key : Object to segmentId : int in method private createTriangleOrderAction(command ReplicableCommand, topologyId int, sequence long, segmentId int) : ReadyAction in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler |
From |
To |
|
Change Parameter Type result : Map<Object,Object> to result : T in method public primaryResult(result T, success boolean) : void in class org.infinispan.util.concurrent.CommandAckCollector.SegmentBasedCollector |
From |
To |
|
Change Parameter Type command : DataWriteCommand to command : C in method private localPrimaryOwnerWrite(context InvocationContext, command C, distributionInfo DistributionInfo) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Return Type Collector<Map<Object,Object>> to Collector<T> in method public createSegmentBasedCollector(id long, backups Map<Address,Collection<Integer>>, topologyId int) : Collector<T> in class org.infinispan.util.concurrent.CommandAckCollector |
From |
To |
|
Change Return Type BackupPutMapRpcCommand to BackupMultiKeyWriteRpcCommand in method public buildBackupMultiKeyWriteRpcCommand(command WriteCommand, keys Collection<Object>) : BackupMultiKeyWriteRpcCommand in class org.infinispan.commands.CommandsFactory |
From |
To |
|
Change Return Type BackupPutMapRpcCommand to BackupMultiKeyWriteRpcCommand in method public buildBackupMultiKeyWriteRpcCommand(command WriteCommand, keys Collection<Object>) : BackupMultiKeyWriteRpcCommand in class org.infinispan.util.mocks.ControlledCommandFactory |
From |
To |
|
Change Return Type CompletableFuture<Map<Object,Object>> to CompletableFuture<R> in method private forwardToPrimaryOwners(command C, splitter PrimaryOwnerClassifier, localResult CompletableFuture<R>, mergeResults MergeResults<R>, commandCopy SubsetCommandCopy<C>) : CompletableFuture<R> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type entry : Map.Entry<Integer,Map<Object,Object>> to entry : Map.Entry<Integer,Collection<Object>> in method private sendToBackups(command WriteCommand, keysToSend Collection<Object>, cacheTopology LocalizedCacheTopology) : void in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type backupPutMapRpcCommand : BackupPutMapRpcCommand to backupCommand : BackupMultiKeyWriteRpcCommand in method private sendToBackups(command WriteCommand, keysToSend Collection<Object>, cacheTopology LocalizedCacheTopology) : void in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type dwCommand : DataWriteCommand to dwCommand : C in method private localPrimaryOwnerWrite(context InvocationContext, command C, distributionInfo DistributionInfo) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type future : CompletableFuture<Map<Object,Object>> to future : CompletableFuture<R> in method private forwardToPrimaryOwners(command C, splitter PrimaryOwnerClassifier, localResult CompletableFuture<R>, mergeResults MergeResults<R>, commandCopy SubsetCommandCopy<C>) : CompletableFuture<R> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type dwCommand : DataWriteCommand to dwCommand : C in method private remotePrimaryOwnerWrite(context InvocationContext, command C, distributionInfo DistributionInfo) : Object in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type entry : Map.Entry<Address,Map<Object,Object>> to entry : Map.Entry<Address,Set<Object>> in method private forwardToPrimaryOwners(command C, splitter PrimaryOwnerClassifier, localResult CompletableFuture<R>, mergeResults MergeResults<R>, commandCopy SubsetCommandCopy<C>) : CompletableFuture<R> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Variable Type backupCommand : BackupPutMapRpcCommand to backupCommand : BackupMultiKeyWriteRpcCommand in method protected onException(throwable Throwable) : void in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler.createBackupPutMapRunnable |
From |
To |
|
Rename Parameter key : Object to segmentId : int in method private createTriangleOrderAction(command ReplicableCommand, topologyId int, sequence long, segmentId int) : ReadyAction in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler |
From |
To |
|
Rename Parameter key : Object to segmentId : int in method public TriangleOrderAction(handler TrianglePerCacheInboundInvocationHandler, sequenceNumber long, segmentId int) in class org.infinispan.remoting.inboundhandler.action.TriangleOrderAction |
From |
To |
|
Rename Parameter entryCount : int to keys : Collection<?> in method private PrimaryOwnerClassifier(cacheTopology LocalizedCacheTopology, keys Collection<?>) in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor.PrimaryOwnerClassifier |
From |
To |
|
Rename Parameter distributionInfo : DistributionInfo to segmentId : int in method private sendToBackups(segmentId int, command DataWriteCommand, backupOwners Collection<Address>) : void in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |