6225b4a492c40a03475b666915b96984b25b3c47
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 4 | ||
Change Return Type Replicator to Callable<Integer> in method protected createReplicator(entries List<Entry>, ordinal int) : Callable<Integer> in class org.apache.hadoop.hbase.replication.regionserver.TestReplicator.ReplicationEndpointForTest | From | To | |
Change Return Type Replicator to Callable<Integer> in method protected createReplicator(entries List<Entry>, batchIndex int) : Callable<Integer> in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint | From | To | |
Change Return Type Replicator to Callable<Integer> in method protected createReplicator(entries List<Entry>, ordinal int) : Callable<Integer> in class org.apache.hadoop.hbase.replication.regionserver.TestReplicator.FailureInjectingReplicationEndpointForTest | From | To | |
Change Return Type Replicator to Callable<Integer> in method protected createReplicator(entries List<Entry>, ordinal int) : Callable<Integer> in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.InterClusterReplicationEndpointForTest | From | To | |
Extract Method | 2 | ||
Extract Method private parallelReplicate(pool CompletionService<Integer>, replicateContext ReplicateContext, batches List<List<Entry>>) : long extracted from public replicate(replicateContext ReplicateContext) : boolean in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint | From | To | |
Extract Method private createParallelBatches(entries List<Entry>) : List<List<Entry>> extracted from private createBatches(entries List<Entry>) : List<List<Entry>> in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ordinal : int to batchIndex : int in method protected createReplicator(entries List<Entry>, batchIndex int) : Callable<Integer> in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint | From | To |