7f991051539e0d0006ef1839c32df3fcfd5c229b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type boolean to CompletableFuture<Void> in method public requestSegments() : CompletableFuture<Void> in class org.infinispan.statetransfer.InboundTransferTask | From | To | |
Rename Attribute | 2 | ||
Rename Attribute stateRequestCompletionService : SemaphoreCompletionService<Void> to stateRequestExecutor : LimitedExecutor in class org.infinispan.statetransfer.StateConsumerImpl | From | To | |
Rename Attribute viewHandlingCompletionService : SemaphoreCompletionService<Void> to viewHandlingExecutor : LimitedExecutor in class org.infinispan.topology.ClusterTopologyManagerImpl | From | To | |
Extract Method | 2 | ||
Extract Method private updateClusterState(mergeView boolean, newViewId int) : boolean extracted from public handleClusterView(mergeView boolean, newViewId int) : void in class org.infinispan.topology.ClusterTopologyManagerImpl | From | To | |
Extract Method private becomeCoordinator(newViewId int) : boolean extracted from public handleClusterView(mergeView boolean, newViewId int) : void in class org.infinispan.topology.ClusterTopologyManagerImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type viewHandlingCompletionService : SemaphoreCompletionService<Void> to viewHandlingExecutor : LimitedExecutor in class org.infinispan.topology.ClusterTopologyManagerImpl | From | To | |
Change Attribute Type stateRequestCompletionService : SemaphoreCompletionService<Void> to stateRequestExecutor : LimitedExecutor in class org.infinispan.statetransfer.StateConsumerImpl | From | To |