a9310436d51f40bae65d53db07c1ed2fb41d6348
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSelectiveFlushWithDataCompaction() : void renamed to public testSelectiveFlushWithEager() : void in class org.apache.hadoop.hbase.regionserver.TestWalAndCompactingMemStoreFlush | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type inMemoryCompaction : boolean to inMemoryCompaction : MemoryCompaction in method public setInMemoryCompaction(inMemoryCompaction MemoryCompaction) : HColumnDescriptor in class org.apache.hadoop.hbase.HColumnDescriptor | From | To | |
Change Parameter Type inMemoryCompaction : boolean to inMemoryCompaction : HColumnDescriptor.MemoryCompaction in method public setInMemoryCompaction(inMemoryCompaction HColumnDescriptor.MemoryCompaction) : void in class org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to HColumnDescriptor.MemoryCompaction in method public getInMemoryCompaction() : HColumnDescriptor.MemoryCompaction in class org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions | From | To | |
Move Attribute | 2 | ||
Move Attribute package COMPACTING_MEMSTORE_TYPE_DEFAULT : String from class org.apache.hadoop.hbase.regionserver.MemStoreCompactor to public COMPACTING_MEMSTORE_TYPE_DEFAULT : String from class org.apache.hadoop.hbase.regionserver.CompactingMemStore | From | To | |
Move Attribute package COMPACTING_MEMSTORE_TYPE_KEY : String from class org.apache.hadoop.hbase.regionserver.MemStoreCompactor to public COMPACTING_MEMSTORE_TYPE_KEY : String from class org.apache.hadoop.hbase.regionserver.CompactingMemStore | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable memStoreType : String to compType : MemoryCompaction in method package initiateAction(compType MemoryCompaction) : void in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor | From | To | |
Extract Variable | 2 | ||
Extract Variable conf : Configuration in method public setUpBeforeClass() : void from class org.apache.hadoop.hbase.regionserver.wal.TestLogRolling | From | To | |
Extract Variable conf : Configuration in method public setUpBeforeClass() : void from class org.apache.hadoop.hbase.regionserver.wal.AbstractTestLogRolling | From | To | |
Change Variable Type | 1 | ||
Change Variable Type memStoreType : String to compType : MemoryCompaction in method package initiateAction(compType MemoryCompaction) : void in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type inMemoryCompaction : boolean to inMemoryCompaction : HColumnDescriptor.MemoryCompaction in class org.apache.hadoop.hbase.PerformanceEvaluation.TestOptions | From | To |