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