|
Change Parameter Type command : AbstractDataCommand to command : FlagAffectedCommand in method protected readNeedsRemoteValue(command FlagAffectedCommand) : boolean in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor |
From |
To |
|
Change Parameter Type c : Cache to c : Cache<?,?> in method protected assertKeyAvailableForRead(c Cache<?,?>, k Object, expectedValue Object) : void in class org.infinispan.partitionhandling.BasePartitionHandlingTest |
From |
To |
|
Change Parameter Type request : InternalRequest<?> to request : ControlledRequest<?> in method public FakeResponses(request ControlledRequest<?>) in class org.infinispan.util.ControlledRpcManager.FakeResponses |
From |
To |
|
Change Parameter Type request : InternalRequest<?> to request : ControlledRequest<?> in method package SentRequest(request ControlledRequest<?>) in class org.infinispan.util.ControlledRpcManager.SentRequest |
From |
To |
|
Change Parameter Type request : InternalRequest<?> to request : ControlledRequest<?> in method private BlockedResponse(request ControlledRequest<?>, sentRequest SentRequest, sender Address, response Response) in class org.infinispan.util.ControlledRpcManager.BlockedResponse |
From |
To |
|
Change Parameter Type request : InternalRequest<?> to request : ControlledRequest<?> in method public BlockedRequest(request ControlledRequest<?>) in class org.infinispan.util.ControlledRpcManager.BlockedRequest |
From |
To |
|
Change Parameter Type request : InternalRequest to request : ControlledRequest in method private BlockedResponseMap(request ControlledRequest, responseMap Map<Address,Response>) in class org.infinispan.util.ControlledRpcManager.BlockedResponseMap |
From |
To |
|
Change Variable Type delay : CompletableFuture<Void> to delay : CompletionStage<Void> in method private handleRemoteReadWriteManyCommand(ctx InvocationContext, command C, helper WriteManyCommandHelper<C,?,Item>) : Object in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor |
From |
To |
|
Change Variable Type requiredKeysFuture : CompletableFuture<Void> to requiredKeysFuture : CompletionStage<Void> in method protected handleFunctionalReadManyCommand(ctx InvocationContext, command C, helper ReadManyCommandHelper<C>) : Object in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor |
From |
To |
|
Change Variable Type rpcFuture : CompletionStage<Map<Address,Response>> to rpcFuture : CompletionStage<Response> in method private handleReadCommand(ctx InvocationContext, command AbstractDataCommand) : Object in class org.infinispan.interceptors.distribution.ScatteredDistributionInterceptor |
From |
To |
|
Change Variable Type rpc : CompletionStage<Map<Address,Response>> to rpc : CompletionStage<Response> in method public visitReadOnlyKeyCommand(ctx InvocationContext, command ReadOnlyKeyCommand) : Object in class org.infinispan.interceptors.distribution.ScatteredDistributionInterceptor |
From |
To |
|
Change Variable Type futureList : List<CompletableFuture<?>> to remoteKeys : List<Object> in method private checkRemoteGetIfNeeded(ctx InvocationContext, command C, keys Set<Object>, cacheTopology LocalizedCacheTopology, needsPreviousValue boolean) : CompletionStage<?> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Rename Method protected remoteGet(ctx InvocationContext, command C, key Object, isWrite boolean) : CompletionStage<Void> renamed to protected remoteGetSingleKey(ctx InvocationContext, command C, key Object, isWrite boolean) : CompletionStage<Void> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor |
From |
To |
|
Rename Method protected remoteGet(ctx InvocationContext, command C, key Object, isWrite boolean) : CompletionStage<Void> renamed to protected remoteGetSingleKey(ctx InvocationContext, command C, key Object, isWrite boolean) : CompletionStage<Void> in class org.infinispan.interceptors.distribution.TxDistributionInterceptor |
From |
To |
|
Rename Method package markAsSent() : void renamed to package skipFinish() : void in class org.infinispan.util.ControlledRpcManager.ControlledRequest |
From |
To |
|
Rename Variable futureList : List<CompletableFuture<?>> to remoteKeys : List<Object> in method private checkRemoteGetIfNeeded(ctx InvocationContext, command C, keys Set<Object>, cacheTopology LocalizedCacheTopology, needsPreviousValue boolean) : CompletionStage<?> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Rename Variable getFuture : CompletionStage<?> to remoteGet : CompletionStage<?> in method protected handleNonTxWriteCommand(ctx InvocationContext, command AbstractDataWriteCommand) : Object in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor |
From |
To |
|
Rename Variable requestedTopologyId : int to retryTopologyId : int in method private handleExceptionOnCommandReturn(rCtx InvocationContext, rCommand VisitableCommand, t Throwable) : Object in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor |
From |
To |
|
Change Return Type IllegalArgumentException to RuntimeException in method protected unexpected(response Response) : RuntimeException in class org.infinispan.interceptors.impl.ClusteringInterceptor |
From |
To |
|
Change Return Type Response to SuccessfulResponse in method public addResponse(sender Address, response Response) : SuccessfulResponse in class org.infinispan.interceptors.distribution.RemoteGetSingleKeyCollector |
From |
To |
|
Change Return Type Response to SuccessfulResponse in method public finish() : SuccessfulResponse in class org.infinispan.interceptors.distribution.RemoteGetSingleKeyCollector |
From |
To |
|
Change Return Type CompletableFuture<Void> to CompletionStage<Void> in method public fetchRequiredKeys(cacheTopology LocalizedCacheTopology, requestedKeys Map<Address,List<Object>>, availableKeys List<Object>, ctx InvocationContext, command ReadOnlyManyCommand) : CompletionStage<Void> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper |
From |
To |
|
Change Return Type CompletableFuture<?> to CompletionStage<?> in method private checkRemoteGetIfNeeded(ctx InvocationContext, command C, keys Set<Object>, cacheTopology LocalizedCacheTopology, needsPreviousValue boolean) : CompletionStage<?> in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor |
From |
To |
|
Change Return Type CompletableFuture<Void> to CompletionStage<Void> in method public fetchRequiredKeys(cacheTopology LocalizedCacheTopology, requestedKeys Map<Address,List<Object>>, availableKeys List<Object>, ctx InvocationContext, command C) : CompletionStage<Void> in class org.infinispan.interceptors.distribution.TxDistributionInterceptor.BaseFunctionalWriteHelper |
From |
To |
|
Change Return Type CompletableFuture<Void> to CompletionStage<Void> in method public fetchRequiredKeys(cacheTopology LocalizedCacheTopology, requestedKeys Map<Address,List<Object>>, availableKeys List<Object>, ctx InvocationContext, command C) : CompletionStage<Void> in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper |
From |
To |
|
Change Attribute Type request : InternalRequest<?> to request : ControlledRequest<?> in class org.infinispan.util.ControlledRpcManager.FakeResponses |
From |
To |
|
Change Attribute Type request : InternalRequest to request : ControlledRequest in class org.infinispan.util.ControlledRpcManager.BlockedResponseMap |
From |
To |
|
Change Attribute Type request : InternalRequest<?> to request : ControlledRequest<?> in class org.infinispan.util.ControlledRpcManager.SentRequest |
From |
To |
|
Change Attribute Type collectedResponses : LinkedHashMap<Address,Response> to collectedResponses : Set<Address> in class org.infinispan.util.ControlledRpcManager.ControlledRequest |
From |
To |
|
Change Attribute Type queuedRequests : BlockingQueue<InternalRequest> to waiters : BlockingQueue<CompletableFuture<ControlledRequest>> in class org.infinispan.util.ControlledRpcManager |
From |
To |
|
Change Attribute Type request : InternalRequest<?> to request : ControlledRequest<?> in class org.infinispan.util.ControlledRpcManager.BlockedRequest |
From |
To |
|
Change Attribute Type request : InternalRequest<?> to request : ControlledRequest<?> in class org.infinispan.util.ControlledRpcManager.BlockedResponse |
From |
To |