f20580a53083b69eec3d766cf2a1f99d0bff9747
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public getSplits(scan Scan, manifest SnapshotManifest, regionManifests List<HRegionInfo>, restoreDir Path, conf Configuration, sa RegionSplitter.SplitAlgorithm, numSplits int) : List<InputSplit> extracted from public getSplits(scan Scan, manifest SnapshotManifest, regionManifests List<HRegionInfo>, restoreDir Path, conf Configuration) : List<InputSplit> in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl | From | To | |
Extract Method public setInput(conf Configuration, snapshotName String, restoreDir Path, splitAlgo RegionSplitter.SplitAlgorithm, numSplitsPerRegion int) : void extracted from public setInput(conf Configuration, snapshotName String, restoreDir Path) : void in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl | From | To |