464e7ce685486e3ede13ec2351b45b0a0b65696c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Attribute | 1 | ||
| Replace Attribute private b : byte[] from class org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue with protected bytes : byte[] from class org.apache.hadoop.hbase.KeyValue | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type nextIndexedKey : byte[] to nextIndexedKey : Cell in method protected loadBlockAndSeekToKey(seekToBlock HFileBlock, nextIndexedKey Cell, rewind boolean, key Cell, seekBefore boolean) : int in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.ScannerV2 | From | To | |
| Change Parameter Type nextIndexedKey : byte[] to nextIndexedKey : Cell in method protected loadBlockAndSeekToKey(seekToBlock HFileBlock, nextIndexedKey Cell, rewind boolean, key Cell, seekBefore boolean) : int in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.EncodedScannerV2 | From | To | |
| Change Parameter Type nextIndexedKey : byte[] to nextIndexedKey : Cell in method public BlockWithScanInfo(hFileBlock HFileBlock, nextIndexedKey Cell) in class org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo | From | To | |
| Change Parameter Type nextIndexedKey : byte[] to nextIndexedKey : Cell in method protected abstract loadBlockAndSeekToKey(seekToBlock HFileBlock, nextIndexedKey Cell, rewind boolean, key Cell, seekBefore boolean) : int in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.AbstractScannerV2 | From | To | |
| Change Return Type | 1 | ||
| Change Return Type byte[] to Cell in method public getNextIndexedKey() : Cell in class org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type nextIndexedKey : byte[] to nextIndexedKey : Cell in method public loadDataBlockWithScanInfo(key Cell, currentBlock HFileBlock, cacheBlocks boolean, pread boolean, isCompaction boolean, expectedDataBlockEncoding DataBlockEncoding) : BlockWithScanInfo in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type nextIndexedKey : byte[] to nextIndexedKey : Cell in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.AbstractScannerV2 | From | To | |
| Change Attribute Type nextIndexedKey : byte[] to nextIndexedKey : Cell in class org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo | From | To | |
| Change Attribute Type NO_NEXT_INDEXED_KEY : byte[] to NO_NEXT_INDEXED_KEY : Cell in class org.apache.hadoop.hbase.HConstants | From | To |