|
Change Parameter Type pair : Pair<ByteBuffer,Integer> to pair : ObjectIntPair<ByteBuffer> in method public asSubByteBuffer(offset int, length int, pair ObjectIntPair<ByteBuffer>) : void in class org.apache.hadoop.hbase.nio.SingleByteBuff |
From |
To |
|
Change Parameter Type pair : Pair<ByteBuffer,Integer> to pair : ObjectIntPair<ByteBuffer> in method public abstract asSubByteBuffer(offset int, length int, pair ObjectIntPair<ByteBuffer>) : void in class org.apache.hadoop.hbase.nio.ByteBuff |
From |
To |
|
Change Parameter Type tmpPair : Pair<ByteBuffer,Integer> to tmpPair : ObjectIntPair<ByteBuffer> in method public SeekerState(tmpPair ObjectIntPair<ByteBuffer>, includeTags boolean) in class org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState |
From |
To |
|
Change Parameter Type tmpPair : Pair<ByteBuffer,Integer> to tmpPair : ObjectIntPair<ByteBuffer> in method public DiffSeekerState(tmpPair ObjectIntPair<ByteBuffer>, includeTags boolean) in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffSeekerState |
From |
To |
|
Change Parameter Type tmpPair : Pair<ByteBuffer,Integer> to tmpPair : ObjectIntPair<ByteBuffer> in method public FastDiffSeekerState(tmpPair ObjectIntPair<ByteBuffer>, includeTags boolean) in class org.apache.hadoop.hbase.io.encoding.FastDiffDeltaEncoder.FastDiffSeekerState |
From |
To |
|
Change Parameter Type pair : Pair<ByteBuffer,Integer> to pair : ObjectIntPair<ByteBuffer> in method public asSubByteBuffer(offset int, length int, pair ObjectIntPair<ByteBuffer>) : void in class org.apache.hadoop.hbase.nio.MultiByteBuff |
From |
To |
|
Change Variable Type pair : Pair<ByteBuffer,Integer> to pair : ObjectIntPair<ByteBuffer> in method package binarySearchNonRootIndex(key Cell, nonRootIndex ByteBuff, comparator CellComparator) : int in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader |
From |
To |
|
Change Variable Type p : Pair<ByteBuffer,Integer> to p : ObjectIntPair<ByteBuffer> in method public testSubBuffer() : void in class org.apache.hadoop.hbase.nio.TestMultiByteBuff |
From |
To |
|
Change Variable Type pair : Pair<ByteBuffer,Integer> to pair : ObjectIntPair<ByteBuffer> in method public put(offset int, src ByteBuff, srcOffset int, length int) : SingleByteBuff in class org.apache.hadoop.hbase.nio.SingleByteBuff |
From |
To |
|
Change Variable Type valuePair : Pair<ByteBuffer,Integer> to valuePair : ObjectIntPair<ByteBuffer> in method public getValue() : ByteBuffer in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl |
From |
To |
|
Change Variable Type keyPair : Pair<ByteBuffer,Integer> to keyPair : ObjectIntPair<ByteBuffer> in method public getKey() : Cell in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl |
From |
To |