|
Change Parameter Type decodeInputs : byte[][] to decodeInputs : ByteBuffer[] in method public finalizeDecodeInputs(decodeInputs ByteBuffer[], alignedStripe AlignedStripe) : void in class org.apache.hadoop.hdfs.util.StripedBlockUtil |
From |
To |
|
Change Parameter Type buffer : byte[] to buffer : ByteBuffer in method private pread(position long, buffer ByteBuffer) : int in class org.apache.hadoop.hdfs.DFSInputStream |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method public divideByteRangeIntoStripes(ecPolicy ErasureCodingPolicy, cellSize int, blockGroup LocatedStripedBlock, rangeStartInBlockGroup long, rangeEndInBlockGroup long, buf ByteBuffer) : AlignedStripe[] in class org.apache.hadoop.hdfs.util.StripedBlockUtil |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method protected fetchBlockByteRange(block LocatedBlock, start long, end long, buf ByteBuffer, corruptedBlocks CorruptedBlocks) : void in class org.apache.hadoop.hdfs.DFSStripedInputStream |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method private hedgedFetchBlockByteRange(block LocatedBlock, start long, end long, buf ByteBuffer, corruptedBlocks CorruptedBlocks) : void in class org.apache.hadoop.hdfs.DFSInputStream |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method private calcualteChunkPositionsInBuf(cellSize int, stripes AlignedStripe[], cells StripingCell[], buf ByteBuffer) : void in class org.apache.hadoop.hdfs.util.StripedBlockUtil |
From |
To |
|
Change Parameter Type decodeInputs : byte[][] to decodeInputs : ByteBuffer[] in method public decodeAndFillBuffer(decodeInputs ByteBuffer[], alignedStripe AlignedStripe, dataBlkNum int, parityBlkNum int, decoder RawErasureDecoder) : void in class org.apache.hadoop.hdfs.util.StripedBlockUtil |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method protected fetchBlockByteRange(block LocatedBlock, start long, end long, buf ByteBuffer, corruptedBlocks CorruptedBlocks) : void in class org.apache.hadoop.hdfs.DFSInputStream |
From |
To |
|
Change Parameter Type buf : byte[] to buf : ByteBuffer in method package actualGetFromOneDataNode(datanode DNAddrPair, block LocatedBlock, startInBlk long, endInBlk long, buf ByteBuffer, corruptedBlocks CorruptedBlocks) : void in class org.apache.hadoop.hdfs.DFSInputStream |
From |
To |
|
Merge Variable [buf : byte[], offset : int] to bb : ByteBuffer in method private getFromOneDataNode(datanode DNAddrPair, block LocatedBlock, start long, end long, bb ByteBuffer, corruptedBlocks CorruptedBlocks, hedgedReadId int) : Callable<ByteBuffer> in class org.apache.hadoop.hdfs.DFSInputStream |
From |
To |
|
Merge Variable [buffer : byte[], offset : int, length : int] to bb : ByteBuffer in method public read(position long, buffer byte[], offset int, length int) : int in class org.apache.hadoop.hdfs.DFSInputStream |
From |
To |