f254e278ece751e67c92570aef4b15fddab22a94
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public finalizeFlush() : void renamed to public preFlushSeqIDEstimation() : Long in class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
| Rename Variable | 2 | ||
| Rename Variable familyName : byte[] to entry : Map.Entry<byte[],Long> in method package startCacheFlush(encodedRegionName byte[], familyToSeq Map<byte[],Long>) : Long in class org.apache.hadoop.hbase.regionserver.wal.SequenceIdAccounting | From | To | |
| Rename Variable flushedFamilyNames : Set<byte[]> to flushedFamilyNamesToSeq : Map<byte[],Long> in method protected internalPrepareFlushCache(wal WAL, myseqid long, storesToFlush Collection<Store>, status MonitoredTask, writeFlushWalMarker boolean) : PrepareFlushResult in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to Long in method public preFlushSeqIDEstimation() : Long in class org.apache.hadoop.hbase.regionserver.HStore | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type familyName : byte[] to entry : Map.Entry<byte[],Long> in method package startCacheFlush(encodedRegionName byte[], familyToSeq Map<byte[],Long>) : Long in class org.apache.hadoop.hbase.regionserver.wal.SequenceIdAccounting | From | To | |
| Change Variable Type flushedFamilyNames : Set<byte[]> to flushedFamilyNamesToSeq : Map<byte[],Long> in method protected internalPrepareFlushCache(wal WAL, myseqid long, storesToFlush Collection<Store>, status MonitoredTask, writeFlushWalMarker boolean) : PrepareFlushResult in class org.apache.hadoop.hbase.regionserver.HRegion | From | To | |
| Extract Method | 1 | ||
| Extract Method package startCacheFlush(encodedRegionName byte[], familyToSeq Map<byte[],Long>) : Long extracted from package startCacheFlush(encodedRegionName byte[], families Set<byte[]>) : Long in class org.apache.hadoop.hbase.regionserver.wal.SequenceIdAccounting | From | To |