|
Change Variable Type mapsByChunk : Map<byte[],Map<Integer,AllocRecord>> to mapsByChunk : Map<ByteBuffer,Map<Integer,AllocRecord>> in method public testLABThreading() : void in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB |
From |
To |
|
Change Variable Type newKv : KeyValue to newKv : ByteBufferKeyValue in method public testLABRandomAllocation() : void in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB |
From |
To |
|
Change Variable Type offheapKV : OffheapKeyValue to offheapKV : ByteBufferKeyValue in method public generateTestExtendedOffheapKeyValues(howMany int, useTags boolean) : List<Cell> in class org.apache.hadoop.hbase.util.test.RedundantKVGenerator |
From |
To |
|
Change Variable Type offheapKV : OffheapKeyValue to offheapKV : ByteBufferKeyValue in method private createOffheapKVWithTags(noOfTags int) : Cell in class org.apache.hadoop.hbase.io.TestTagCompressionContext |
From |
To |
|
Change Variable Type lastBuffer : byte[] to lastBuffer : ByteBuffer in method public testLABRandomAllocation() : void in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB |
From |
To |
|
Change Variable Type offheapKV : OffheapKeyValue to offheapKV : ByteBufferKeyValue in method private writeWAL(wals WALFactory, tblName String, offheap boolean) : Path in class org.apache.hadoop.hbase.wal.TestWALReaderOnSecureWAL |
From |
To |
|
Change Variable Type offheapKV : OffheapKeyValue to offheapKV : ByteBufferKeyValue in method public testToCell() : void in class org.apache.hadoop.hbase.protobuf.TestProtobufUtil |
From |
To |
|
Change Variable Type kv : KeyValue to cell : Cell in method public postPut(c ObserverContext<RegionCoprocessorEnvironment>, put Put, edit WALEdit, durability Durability) : void in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver |
From |
To |
|
Change Variable Type kv : KeyValue to cell : Cell in method public prePut(c ObserverContext<RegionCoprocessorEnvironment>, put Put, edit WALEdit, durability Durability) : void in class org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver |
From |
To |
|
Change Variable Type newKv : KeyValue to newKv : ByteBufferKeyValue in method public testReusingChunks() : void in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool |
From |
To |
|
Change Variable Type current : KeyValue to current : Cell in method public testFlushAndCompactionWithoutTags() : void in class org.apache.hadoop.hbase.regionserver.TestTags |
From |
To |
|
Change Variable Type lastBuffer : byte[] to lastBuffer : ByteBuffer in method public testReusingChunks() : void in class org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool |
From |
To |
|
Change Variable Type current : KeyValue to current : Cell in method public testFlushAndCompactionwithCombinations() : void in class org.apache.hadoop.hbase.regionserver.TestTags |
From |
To |
|
Change Variable Type newKv : KeyValue to newCell : ByteBufferKeyValue in method public doAnAction() : void in class org.apache.hadoop.hbase.regionserver.TestMemStoreLAB.testLABThreading.t |
From |
To |