219c7864575be3ab0a1f67ddd48c5852377c2ed2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable conf : Configuration in method private runTest(testName String, htd HTableDescriptor, bloomType BloomType, preCreateTable boolean, tableSplitKeys byte[][], hfileRanges byte[][][], useMap boolean, copyFiles boolean) : void from class org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles | From | To | |
Extract Method | 4 | ||
Extract Method public loadHFileQueue(table Table, conn Connection, queue Deque<LoadQueueItem>, startEndKeys Pair<byte[][],byte[][]>, copyFile boolean) : void extracted from public loadHFileQueue(table Table, conn Connection, queue Deque<LoadQueueItem>, startEndKeys Pair<byte[][],byte[][]>) : void in class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles | From | To | |
Extract Method public buildBulkLoadHFileRequest(familyPaths List<Pair<byte[],String>>, regionName byte[], assignSeqNum boolean, userToken Token<?>, bulkToken String, copyFiles boolean) : BulkLoadHFileRequest extracted from public buildBulkLoadHFileRequest(familyPaths List<Pair<byte[],String>>, regionName byte[], assignSeqNum boolean, userToken Token<?>, bulkToken String) : BulkLoadHFileRequest in class org.apache.hadoop.hbase.protobuf.RequestConverter | From | To | |
Extract Method public bulkLoadHFiles(familyPaths Collection<Pair<byte[],String>>, assignSeqId boolean, bulkLoadListener BulkLoadListener, copyFile boolean) : boolean extracted from public bulkLoadHFiles(familyPaths Collection<Pair<byte[],String>>, assignSeqId boolean, bulkLoadListener BulkLoadListener) : boolean in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
Extract Method public secureBulkLoadHFiles(client ClientService.BlockingInterface, familyPaths List<Pair<byte[],String>>, regionName byte[], assignSeqNum boolean, userToken Token<?>, bulkToken String, copyFiles boolean) : boolean extracted from public secureBulkLoadHFiles(client ClientService.BlockingInterface, familyPaths List<Pair<byte[],String>>, regionName byte[], assignSeqNum boolean, userToken Token<?>, bulkToken String) : boolean in class org.apache.hadoop.hbase.client.SecureBulkLoadClient | From | To |