|
Move Method private createUfsFile(channel Channel) : void from class alluxio.worker.netty.UfsFileWriteHandler to private createUfsFile(context UfsFileWriteRequestContext, channel Channel) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter |
From |
To |
|
Move Method protected cleanupRequest() : void from class alluxio.worker.netty.BlockWriteHandler to protected cleanupRequest(context BlockWriteRequestContext) : void from class alluxio.worker.netty.BlockWriteHandler.BlockPacketWriter |
From |
To |
|
Move Method public setUnderFileSystem(underFileSystem UnderFileSystem) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to public setUnderFileSystem(underFileSystem UnderFileSystem) : void from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Method public getUnderFileSystem() : UnderFileSystem from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to public getUnderFileSystem() : UnderFileSystem from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Method protected incrementMetrics(bytesWritten long) : void from class alluxio.worker.netty.UfsFileWriteHandler to private incrementMetrics(bytesWritten long) : void from class alluxio.worker.netty.AbstractWriteHandler |
From |
To |
|
Move Method public getRequest() : T from class alluxio.worker.netty.AbstractWriteHandler to public getRequest() : T from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Method public setOutputStream(outputStream OutputStream) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to public setOutputStream(outputStream OutputStream) : void from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Method protected writeBuf(channel Channel, buf ByteBuf, pos long) : void from class alluxio.worker.netty.BlockWriteHandler to protected writeBuf(context BlockWriteRequestContext, channel Channel, buf ByteBuf, pos long) : void from class alluxio.worker.netty.BlockWriteHandler.BlockPacketWriter |
From |
To |
|
Move Method public getOutputStream() : OutputStream from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to public getOutputStream() : OutputStream from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Method protected cleanupRequest() : void from class alluxio.worker.netty.UfsFileWriteHandler to protected cleanupRequest(context UfsFileWriteRequestContext) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter |
From |
To |
|
Move Method public getCounter() : Counter from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to public getCounter() : Counter from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Method protected incrementMetrics(bytesWritten long) : void from class alluxio.worker.netty.BlockWriteHandler to private incrementMetrics(bytesWritten long) : void from class alluxio.worker.netty.AbstractWriteHandler |
From |
To |
|
Move Method protected completeRequest(channel Channel) : void from class alluxio.worker.netty.BlockWriteHandler to protected completeRequest(context BlockWriteRequestContext, channel Channel) : void from class alluxio.worker.netty.BlockWriteHandler.BlockPacketWriter |
From |
To |
|
Move Method protected writeBuf(channel Channel, buf ByteBuf, pos long) : void from class alluxio.worker.netty.UfsFileWriteHandler to protected writeBuf(context UfsFileWriteRequestContext, channel Channel, buf ByteBuf, pos long) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter |
From |
To |
|
Move Method protected cancelRequest() : void from class alluxio.worker.netty.UfsFileWriteHandler to protected cancelRequest(context UfsFileWriteRequestContext) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter |
From |
To |
|
Move Method protected cancelRequest() : void from class alluxio.worker.netty.BlockWriteHandler to protected cancelRequest(context BlockWriteRequestContext) : void from class alluxio.worker.netty.BlockWriteHandler.BlockPacketWriter |
From |
To |
|
Move Method protected completeRequest(channel Channel) : void from class alluxio.worker.netty.UfsFileWriteHandler to protected completeRequest(context UfsFileWriteRequestContext, channel Channel) : void from class alluxio.worker.netty.UfsFileWriteHandler.UfsFilePacketWriter |
From |
To |
|
Move Attribute protected mPosToWrite : long from class alluxio.worker.netty.AbstractWriteHandler to protected mPosToWrite : long from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Attribute private mPacketWriterActive : boolean from class alluxio.worker.netty.AbstractWriteHandler to private mPacketWriterActive : boolean from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Attribute private mRequest : T from class alluxio.worker.netty.AbstractWriteHandler to private mRequest : T from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Attribute private mPackets : Queue<ByteBuf> from class alluxio.worker.netty.AbstractWriteHandler to private mPackets : Queue<ByteBuf> from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Attribute private mUnderFileSystem : UnderFileSystem from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to private mUnderFileSystem : UnderFileSystem from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Attribute private mError : Error from class alluxio.worker.netty.AbstractWriteHandler to private mError : Error from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Attribute private mOutputStream : OutputStream from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to private mOutputStream : OutputStream from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |
|
Move Attribute private mPosToQueue : long from class alluxio.worker.netty.AbstractWriteHandler to private mPosToQueue : long from class alluxio.worker.netty.WriteRequestContext |
From |
To |
|
Move Attribute private mCounter : Counter from class alluxio.worker.netty.UfsFileWriteHandler.UfsFileWriteRequest to private mCounter : Counter from class alluxio.worker.netty.UfsFileWriteRequestContext |
From |
To |