|
Move Method private handleBlockReadRequest(ctx ChannelHandlerContext, req RPCBlockReadRequest) : void from class alluxio.worker.netty.DataServerHandler to protected handleBlockReadRequest(ctx ChannelHandlerContext, req RPCBlockReadRequest) : void from class alluxio.worker.netty.BlockDataServerHandler |
From |
To |
|
Move Method private getDataBuffer(req RPCBlockReadRequest, reader BlockReader, readLength long) : DataBuffer from class alluxio.worker.netty.DataServerHandler to private getDataBuffer(req RPCBlockReadRequest, reader BlockReader, readLength long) : DataBuffer from class alluxio.worker.netty.BlockDataServerHandler |
From |
To |
|
Move Method private handleBlockWriteRequest(ctx ChannelHandlerContext, req RPCBlockWriteRequest) : void from class alluxio.worker.netty.DataServerHandler to protected handleBlockWriteRequest(ctx ChannelHandlerContext, req RPCBlockWriteRequest) : void from class alluxio.worker.netty.BlockDataServerHandler |
From |
To |
|
Move Method private returnLength(offset long, len long, fileLength long) : long from class alluxio.worker.netty.DataServerHandler to private returnLength(offset long, len long, fileLength long) : long from class alluxio.worker.netty.BlockDataServerHandler |
From |
To |
|
Move Method private validateBounds(req RPCBlockReadRequest, fileLength long) : void from class alluxio.worker.netty.DataServerHandler to private validateBounds(req RPCBlockReadRequest, fileLength long) : void from class alluxio.worker.netty.BlockDataServerHandler |
From |
To |