|
Move Attribute private CHANNEL_TYPE : ChannelType from class tachyon.client.netty.NettyRemoteBlockReader to private CHANNEL_TYPE : ChannelType from class tachyon.client.netty.NettyClient |
From |
To |
|
Move Attribute private ENCODER : RPCMessageEncoder from class tachyon.client.netty.NettyRemoteBlockReader to private ENCODER : RPCMessageEncoder from class tachyon.client.netty.NettyClient |
From |
To |
|
Move Attribute private WORKER_GROUP : EventLoopGroup from class tachyon.client.netty.NettyRemoteBlockReader to private WORKER_GROUP : EventLoopGroup from class tachyon.client.netty.NettyClient |
From |
To |
|
Move Attribute private TACHYON_CONF : TachyonConf from class tachyon.client.netty.NettyRemoteBlockReader to private TACHYON_CONF : TachyonConf from class tachyon.client.netty.NettyClient |
From |
To |
|
Move Attribute private DECODER : RPCMessageDecoder from class tachyon.client.netty.NettyRemoteBlockReader to private DECODER : RPCMessageDecoder from class tachyon.client.netty.NettyClient |
From |
To |
|
Move Attribute private CLIENT_CHANNEL_CLASS : Class<? extends SocketChannel> from class tachyon.client.netty.NettyRemoteBlockReader to private CLIENT_CHANNEL_CLASS : Class<? extends SocketChannel> from class tachyon.client.netty.NettyClient |
From |
To |
|
Move Attribute private TIMEOUT_SECOND : long from class tachyon.client.netty.NettyRemoteBlockReader to public TIMEOUT_SECOND : long from class tachyon.client.netty.NettyClient |
From |
To |
|
Push Down Attribute private mBlockCapacityByte : long from class tachyon.client.BlockOutStream to private mBlockCapacityByte : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mInFileBytes : long from class tachyon.client.BlockOutStream to private mInFileBytes : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mBlockOffset : long from class tachyon.client.BlockOutStream to private mBlockOffset : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mBlockIndex : int from class tachyon.client.BlockOutStream to private mBlockIndex : int from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mLocalFile : RandomAccessFile from class tachyon.client.BlockOutStream to private mLocalFile : RandomAccessFile from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mLocalFileChannel : FileChannel from class tachyon.client.BlockOutStream to private mLocalFileChannel : FileChannel from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mCloser : Closer from class tachyon.client.BlockOutStream to private mCloser : Closer from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mAvailableBytes : long from class tachyon.client.BlockOutStream to private mAvailableBytes : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mWrittenBytes : long from class tachyon.client.BlockOutStream to private mWrittenBytes : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mBlockId : long from class tachyon.client.BlockOutStream to private mBlockId : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mCanWrite : boolean from class tachyon.client.BlockOutStream to private mCanWrite : boolean from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mClosed : boolean from class tachyon.client.BlockOutStream to private mClosed : boolean from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mBuffer : ByteBuffer from class tachyon.client.BlockOutStream to private mBuffer : ByteBuffer from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Attribute private mLocalFilePath : String from class tachyon.client.BlockOutStream to private mLocalFilePath : String from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public cancel() : void from class tachyon.client.BlockOutStream to public cancel() : void from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public getBlockOffset() : long from class tachyon.client.BlockOutStream to public getBlockOffset() : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method package BlockOutStream(file TachyonFile, opType WriteType, blockIndex int, tachyonConf TachyonConf) from class tachyon.client.BlockOutStream to package RemoteBlockOutStream(file TachyonFile, opType WriteType, blockIndex int, tachyonConf TachyonConf) from class tachyon.client.RemoteBlockOutStream |
From |
To |
|
Push Down Method public write(b int) : void from class tachyon.client.BlockOutStream to public write(b int) : void from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public flush() : void from class tachyon.client.BlockOutStream to public flush() : void from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public getRemainingSpaceByte() : long from class tachyon.client.BlockOutStream to public getRemainingSpaceBytes() : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public getBlockId() : long from class tachyon.client.BlockOutStream to public getBlockId() : long from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method package BlockOutStream(file TachyonFile, opType WriteType, blockIndex int, initialBytes long, tachyonConf TachyonConf) from class tachyon.client.BlockOutStream to package LocalBlockOutStream(file TachyonFile, opType WriteType, blockIndex int, initialBytes long, tachyonConf TachyonConf) from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public write(b byte[], off int, len int) : void from class tachyon.client.BlockOutStream to public write(b byte[], off int, len int) : void from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method private appendCurrentBuffer(buf byte[], offset int, length int) : void from class tachyon.client.BlockOutStream to private appendCurrentBuffer(buf byte[], offset int, length int) : void from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public close() : void from class tachyon.client.BlockOutStream to public close() : void from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public canWrite() : boolean from class tachyon.client.BlockOutStream to public canWrite() : boolean from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method package BlockOutStream(file TachyonFile, opType WriteType, blockIndex int, tachyonConf TachyonConf) from class tachyon.client.BlockOutStream to package LocalBlockOutStream(file TachyonFile, opType WriteType, blockIndex int, tachyonConf TachyonConf) from class tachyon.client.LocalBlockOutStream |
From |
To |
|
Push Down Method public write(b byte[]) : void from class tachyon.client.BlockOutStream to public write(b byte[]) : void from class tachyon.client.LocalBlockOutStream |
From |
To |