|
Change Parameter Type bufferList : List<ByteBuffer> to bufferPool : BufferPool in method private BlockOutputStreamEntry(blockID BlockID, key String, xceiverClientManager XceiverClientManager, pipeline Pipeline, requestId String, chunkSize int, length long, streamBufferFlushSize long, streamBufferMaxSize long, watchTimeout long, bufferPool BufferPool, checksumType ChecksumType, bytesPerChecksum int, token Token<OzoneBlockTokenIdentifier>) in class org.apache.hadoop.ozone.client.io.BlockOutputStreamEntry |
From |
To |
|
Change Parameter Type bufferList : List<ByteBuffer> to bufferPool : BufferPool in method public BlockOutputStream(blockID BlockID, key String, xceiverClientManager XceiverClientManager, pipeline Pipeline, traceID String, chunkSize int, streamBufferFlushSize long, streamBufferMaxSize long, watchTimeout long, bufferPool BufferPool, checksumType ChecksumType, bytesPerChecksum int) in class org.apache.hadoop.hdds.scm.storage.BlockOutputStream |
From |
To |
|
Change Parameter Type bffrLst : List<ByteBuffer> to pool : BufferPool in method public setbufferPool(pool BufferPool) : Builder in class org.apache.hadoop.ozone.client.io.BlockOutputStreamEntry.Builder |
From |
To |
|
Move Attribute private bufferList : List<ByteBuffer> from class org.apache.hadoop.hdds.scm.storage.BlockOutputStream to private bufferList : List<ByteBuffer> from class org.apache.hadoop.hdds.scm.storage.BufferPool |
From |
To |
|
Move Attribute private bufferList : List<ByteBuffer> from class org.apache.hadoop.ozone.client.io.BlockOutputStreamEntry to private bufferList : List<ByteBuffer> from class org.apache.hadoop.hdds.scm.storage.BufferPool |
From |
To |
|
Move Attribute private currentBufferIndex : int from class org.apache.hadoop.hdds.scm.storage.BlockOutputStream to private currentBufferIndex : int from class org.apache.hadoop.hdds.scm.storage.BufferPool |
From |
To |
|
Move Attribute private bufferList : List<ByteBuffer> from class org.apache.hadoop.ozone.client.io.KeyOutputStream to private bufferList : List<ByteBuffer> from class org.apache.hadoop.hdds.scm.storage.BufferPool |
From |
To |
|
Move Attribute private bufferList : List<ByteBuffer> from class org.apache.hadoop.ozone.client.io.BlockOutputStreamEntry.Builder to private bufferList : List<ByteBuffer> from class org.apache.hadoop.hdds.scm.storage.BufferPool |
From |
To |
|
Rename Parameter bufferList : List<ByteBuffer> to bufferPool : BufferPool in method private BlockOutputStreamEntry(blockID BlockID, key String, xceiverClientManager XceiverClientManager, pipeline Pipeline, requestId String, chunkSize int, length long, streamBufferFlushSize long, streamBufferMaxSize long, watchTimeout long, bufferPool BufferPool, checksumType ChecksumType, bytesPerChecksum int, token Token<OzoneBlockTokenIdentifier>) in class org.apache.hadoop.ozone.client.io.BlockOutputStreamEntry |
From |
To |
|
Rename Parameter bufferList : List<ByteBuffer> to bufferPool : BufferPool in method public BlockOutputStream(blockID BlockID, key String, xceiverClientManager XceiverClientManager, pipeline Pipeline, traceID String, chunkSize int, streamBufferFlushSize long, streamBufferMaxSize long, watchTimeout long, bufferPool BufferPool, checksumType ChecksumType, bytesPerChecksum int) in class org.apache.hadoop.hdds.scm.storage.BlockOutputStream |
From |
To |
|
Rename Parameter bffrLst : List<ByteBuffer> to pool : BufferPool in method public setbufferPool(pool BufferPool) : Builder in class org.apache.hadoop.ozone.client.io.BlockOutputStreamEntry.Builder |
From |
To |