43506320a1bb6ca2193162edfb5dee21fffc08a9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable storeFiles : Map<byte[],List<Path>> to allStoreFiles : NavigableMap<byte[],List<Path>> in method private getStoreFiles() : NavigableMap<byte[],List<Path>> in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type storeFileNames : ArrayList<Path> to storeFileNames : List<Path> in method private getStoreFiles() : NavigableMap<byte[],List<Path>> in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Change Variable Type storeFiles : Map<byte[],List<Path>> to allStoreFiles : NavigableMap<byte[],List<Path>> in method private getStoreFiles() : NavigableMap<byte[],List<Path>> in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Variable | 6 | ||
| Extract Variable storeFiles : Collection<StoreFile> in method private getStoreFiles() : NavigableMap<byte[],List<Path>> from class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Variable storeFiles : Collection<StoreFile> in method public getHDFSBlocksDistribution() : HDFSBlocksDistribution from class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Variable storeFiles : Collection<StoreFile> in method public getOldestHfileTs(majorCompactioOnly boolean) : long from class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Variable storeFiles : Collection<StoreFile> in method private logRegionFiles() : void from class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Variable sfReader : StoreFile.Reader in method public getOldestHfileTs(majorCompactioOnly boolean) : long from class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Variable storeFiles : Collection<StoreFile> in method public getStoreFileList(columns byte[][]) : List<String> from class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Method | 2 | ||
| Extract Method private getStoreFiles() : NavigableMap<byte[],List<Path>> extracted from private writeRegionCloseMarker(wal WAL) : void in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Method private getStoreFiles() : NavigableMap<byte[],List<Path>> extracted from private writeRegionOpenMarker(wal WAL, openSeqId long) : void in class org.apache.hadoop.hbase.regionserver.HRegion | From | To |