8b7796b0b661ca960463c9e16034ee8f64494dbd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable thisStore : Store in method private moveCompatedFilesIntoPlace(cr CompactionRequest, newFiles List<Path>, user User) : List<StoreFile> from class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
Extract Method | 9 | ||
Extract Method public compact(request CompactionRequest, targetCount int, targetSize long, left byte[], right byte[], majorRangeFromRow byte[], majorRangeToRow byte[], throughputController CompactionThroughputController, user User) : List<Path> extracted from public compact(request CompactionRequest, targetCount int, targetSize long, left byte[], right byte[], majorRangeFromRow byte[], majorRangeToRow byte[], throughputController CompactionThroughputController) : List<Path> in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor | From | To | |
Extract Method protected preCreateCoprocScanner(request CompactionRequest, scanType ScanType, earliestPutTs long, scanners List<StoreFileScanner>, user User) : InternalScanner extracted from protected preCreateCoprocScanner(request CompactionRequest, scanType ScanType, earliestPutTs long, scanners List<StoreFileScanner>) : InternalScanner in class org.apache.hadoop.hbase.regionserver.compactions.Compactor | From | To | |
Extract Method public compact(request CompactionRequest, targetBoundaries List<byte[]>, majorRangeFromRow byte[], majorRangeToRow byte[], throughputController CompactionThroughputController, user User) : List<Path> extracted from public compact(request CompactionRequest, targetBoundaries List<byte[]>, majorRangeFromRow byte[], majorRangeToRow byte[], throughputController CompactionThroughputController) : List<Path> in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor | From | To | |
Extract Method public compact(compaction CompactionContext, throughputController CompactionThroughputController, user User) : List<StoreFile> extracted from public compact(compaction CompactionContext, throughputController CompactionThroughputController) : List<StoreFile> in class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
Extract Method public compact(compaction CompactionContext, store Store, throughputController CompactionThroughputController, user User) : boolean extracted from public compact(compaction CompactionContext, store Store, throughputController CompactionThroughputController) : boolean in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
Extract Method public compact(throughputController CompactionThroughputController, user User) : List<Path> extracted from public compact(throughputController CompactionThroughputController) : List<Path> in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine.DefaultCompactionContext | From | To | |
Extract Method public requestCompaction(priority int, baseRequest CompactionRequest, user User) : CompactionContext extracted from public requestCompaction(priority int, baseRequest CompactionRequest) : CompactionContext in class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
Extract Method public compact(throughputController CompactionThroughputController, user User) : List<Path> extracted from public compact(throughputController CompactionThroughputController) : List<Path> in class org.apache.hadoop.hbase.regionserver.TestCompaction.StoreMockMaker.TestCompactionContext | From | To | |
Extract Method public compact(throughputController CompactionThroughputController, user User) : List<Path> extracted from public compact(throughputController CompactionThroughputController) : List<Path> in class org.apache.hadoop.hbase.regionserver.TestCompaction.BlockingStoreMockMaker.BlockingCompactionContext | From | To |