2f29bbb373877bb69b0b36f5e59702711da39ca9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private addRowsByKeys(hmc AbstractMemStore, keys String[]) : long renamed to private addRowsByKeysDataSize(hmc AbstractMemStore, keys String[]) : long in class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore | From | To | |
| Push Down Method | 1 | ||
| Push Down Method public testFlatteningToCellChunkMap() : void from class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore to public testFlatteningToCellChunkMap() : void from class org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private SMALL_CHUNK_SIZE : int in class org.apache.hadoop.hbase.regionserver.TestCellFlatSet | From | To | |
| Extract Method | 1 | ||
| Extract Method package getChunk(chunkIndexType CompactingMemStore.IndexType, size int) : Chunk extracted from package getChunk(chunkIndexType CompactingMemStore.IndexType) : Chunk in class org.apache.hadoop.hbase.regionserver.ChunkCreator | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method private createChunkForPool() : Chunk extracted from package getChunk() : Chunk in class org.apache.hadoop.hbase.regionserver.ChunkCreator.MemStoreChunkPool & moved to class org.apache.hadoop.hbase.regionserver.ChunkCreator | From | To | |
| Extract And Move Method private createChunkForPool() : Chunk extracted from package MemStoreChunkPool(maxCount int, initialCount int, poolSizePercentage float) in class org.apache.hadoop.hbase.regionserver.ChunkCreator.MemStoreChunkPool & moved to class org.apache.hadoop.hbase.regionserver.ChunkCreator | From | To |