ecdfb82326035ad8221940919bbeb3fe16ec2658
Files Diff
- Added: 1
- Removed: 4
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected initializeMemStoreChunkCreator() : void renamed to private initializeMemStoreChunkPool() : void in class org.apache.hadoop.hbase.regionserver.HRegionServer | From | To | |
Push Down Method | 2 | ||
Push Down Method public init() : void from class org.apache.hadoop.hbase.regionserver.Chunk to public init() : void from class org.apache.hadoop.hbase.regionserver.OffheapChunk | From | To | |
Push Down Method public init() : void from class org.apache.hadoop.hbase.regionserver.Chunk to public init() : void from class org.apache.hadoop.hbase.regionserver.OnheapChunk | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private copyToChunkCell(cell Cell, buf ByteBuffer, offset int, len int) : Cell from class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl to public copyCellTo(cell Cell, buf ByteBuffer, offset int, len int) : Cell from class org.apache.hadoop.hbase.CellUtil | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type chunks : Set<Integer> to chunks : BlockingQueue<Chunk> in method package putbackChunks(chunks BlockingQueue<Chunk>) : void in class org.apache.hadoop.hbase.regionserver.MemStoreChunkPool | From | To | |
Inline Method | 2 | ||
Inline Method private recycleChunks() : void inlined to public close() : void in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl | From | To | |
Inline Method private recycleChunks() : void inlined to public decScannerCount() : void in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl | From | To | |
Move Class | 1 | ||
Move Class org.apache.hadoop.hbase.regionserver.ChunkCreator.MemStoreChunkPool moved to org.apache.hadoop.hbase.regionserver.MemStoreChunkPool | From | To | |
Rename Attribute | 4 | ||
Rename Attribute chunks : Set<Integer> to pooledChunkQueue : BlockingQueue<Chunk> in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl | From | To | |
Rename Attribute chunkCreator : ChunkCreator to chunkPool : MemStoreChunkPool in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool | From | To | |
Rename Attribute chunkCreator : ChunkCreator to chunkPool : MemStoreChunkPool in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore | From | To | |
Rename Attribute chunkCreator : ChunkCreator to chunkPool : MemStoreChunkPool in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type chunkCreator : ChunkCreator to chunkPool : MemStoreChunkPool in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl | From | To | |
Change Attribute Type chunks : Set<Integer> to pooledChunkQueue : BlockingQueue<Chunk> in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl | From | To | |
Change Attribute Type chunkCreator : ChunkCreator to chunkPool : MemStoreChunkPool in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool | From | To | |
Change Attribute Type chunkCreator : ChunkCreator to chunkPool : MemStoreChunkPool in class org.apache.hadoop.hbase.regionserver.TestCompactingMemStore | From | To |