|
Change Parameter Type data : byte[] to data : ByteBuffer in method private verifyChecksum(chunkInfo ChunkInfo, data ByteBuffer, log Logger) : void in class org.apache.hadoop.ozone.container.keyvalue.helpers.ChunkUtils |
From |
To |
|
Change Parameter Type data : byte[] to data : ByteBuffer in method public writeChunk(container Container, blockID BlockID, info ChunkInfo, data ByteBuffer, stage ContainerProtos.Stage) : void in class org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerImpl |
From |
To |
|
Change Parameter Type data : byte[] to data : ByteBuffer in method public writeChunk(container Container, blockID BlockID, info ChunkInfo, data ByteBuffer, stage ContainerProtos.Stage) : void in class org.apache.hadoop.ozone.container.keyvalue.interfaces.ChunkManager |
From |
To |
|
Change Parameter Type data : byte[] to data : ByteBuffer in method public writeData(chunkFile File, chunkInfo ChunkInfo, data ByteBuffer, volumeIOStats VolumeIOStats) : void in class org.apache.hadoop.ozone.container.keyvalue.helpers.ChunkUtils |
From |
To |