496fd9837a0fb199a516758a632fecfe59b0b480
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 2 | ||
| Inline Method private isFreshInstance() : boolean inlined to package toTimeRange() : TimeRange in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker | From | To | |
| Extract Variable | 1 | ||
| Extract Variable builder : StoreFileWriter.Builder in method public createWriterInTmp(maxKeyCount long, compression Compression.Algorithm, isCompaction boolean, includeMVCCReadpoint boolean, includesTag boolean, shouldDropBehind boolean, trt TimeRangeTracker) : StoreFileWriter from class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cellsCount : int to cellsCount : long in method public flushSnapshot(snapshot MemStoreSnapshot, cacheFlushId long, status MonitoredTask, throughputController ThroughputController) : List<Path> in class org.apache.hadoop.hbase.mob.DefaultMobStoreFlusher | From | To | |
| Extract Method | 3 | ||
| Extract Method private isAllTime(minStamp long, maxStamp long) : boolean extracted from public TimeRange(minStamp long, maxStamp long) in class org.apache.hadoop.hbase.io.TimeRange | From | To | |
| Extract Method private check(minStamp long, maxStamp long) : void extracted from public TimeRange(minStamp long, maxStamp long) in class org.apache.hadoop.hbase.io.TimeRange | From | To | |
| Extract Method public createWriterInTmp(maxKeyCount long, compression Compression.Algorithm, isCompaction boolean, includeMVCCReadpoint boolean, includesTag boolean, shouldDropBehind boolean, trt TimeRangeTracker) : StoreFileWriter extracted from public createWriterInTmp(maxKeyCount long, compression Compression.Algorithm, isCompaction boolean, includeMVCCReadpoint boolean, includesTag boolean, shouldDropBehind boolean) : StoreFileWriter in class org.apache.hadoop.hbase.regionserver.HStore | From | To |