2f4c91e41a79b6e4b7fd59b1015d55d3825fc040
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable p : Path to logAndSize : Pair<Path,Long> in method private cleanOldLogs() : void in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Rename Attribute | 1 | ||
Rename Attribute byWalRegionSequenceIds : ConcurrentNavigableMap<Path,Map<byte[],Long>> to walFile2Props : ConcurrentNavigableMap<Path,WalProps> in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Change Variable Type | 4 | ||
Change Variable Type e : Map.Entry<Path,Map<byte[],Long>> to e : Map.Entry<Path,WalProps> in method private cleanOldLogs() : void in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Change Variable Type p : Path to logAndSize : Pair<Path,Long> in method private cleanOldLogs() : void in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Change Variable Type logsToArchive : List<Path> to logsToArchive : List<Pair<Path,Long>> in method private cleanOldLogs() : void in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Change Variable Type firstWALEntry : Map.Entry<Path,Map<byte[],Long>> to firstWALEntry : Map.Entry<Path,WalProps> in method package findRegionsToForceFlush() : byte[][] in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type byWalRegionSequenceIds : ConcurrentNavigableMap<Path,Map<byte[],Long>> to walFile2Props : ConcurrentNavigableMap<Path,WalProps> in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To |