|
Rename Method public getPort() : int renamed to public getBindAddress() : SocketAddress in class alluxio.worker.netty.NettyDataServer |
From |
To |
|
Rename Method public getPort() : int renamed to public getBindAddress() : SocketAddress in class alluxio.worker.DataServer |
From |
To |
|
Rename Method public createRemoteBlockOutStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context FileSystemContext, options OutStreamOptions) : BlockOutStream renamed to public createNettyBlockOutStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context FileSystemContext, isLocal boolean, options OutStreamOptions) : BlockOutStream in class alluxio.client.block.stream.BlockOutStream |
From |
To |
|
Rename Method public createRemoteBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context FileSystemContext, options InStreamOptions) : BlockInStream renamed to public createNettyBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context FileSystemContext, isLocal boolean, options InStreamOptions) : BlockInStream in class alluxio.client.block.stream.BlockInStream |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public UnderFileSystemFileInStream(context FileSystemContext, address SocketAddress, ufsFileId long, length long) in class alluxio.client.block.stream.UnderFileSystemFileInStream |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method private NettyPacketReader(context FileSystemContext, address SocketAddress, id long, offset long, len long, lockId long, sessionId long, type Protocol.RequestType) in class alluxio.client.block.stream.NettyPacketReader |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public createNettyPacketOutStream(context FileSystemContext, address SocketAddress, sessionId long, id long, length long, tier int, type Protocol.RequestType) : PacketOutStream in class alluxio.client.block.stream.PacketOutStream |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public releaseNettyChannel(address SocketAddress, channel Channel) : void in class alluxio.client.file.FileSystemContext |
From |
To |
|
Change Parameter Type address : InetSocketAddress to client : FileSystemWorkerClient in method public create(context FileSystemContext, client FileSystemWorkerClient, ufsFileId long) : OutputStream in class alluxio.client.file.UnderFileSystemFileOutStream.Factory |
From |
To |
|
Change Parameter Type dataAddress : InetSocketAddress to dataAddress : SocketAddress in method public create(dataAddress SocketAddress, worker AlluxioWorkerService) : DataServer in class alluxio.worker.DataServer.Factory |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public UnderFileSystemFileOutStream(context FileSystemContext, address SocketAddress, ufsFileId long) in class alluxio.client.block.stream.UnderFileSystemFileOutStream |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public NettyPacketWriter(context FileSystemContext, address SocketAddress, id long, length long, sessionId long, tier int, type Protocol.RequestType) in class alluxio.client.block.stream.NettyPacketWriter |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public acquireNettyChannel(address SocketAddress) : Channel in class alluxio.client.file.FileSystemContext |
From |
To |
|
Change Parameter Type ch : SocketChannel to ch : Channel in method protected initChannel(ch Channel) : void in class alluxio.worker.netty.PipelineHandler |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public createNettyPacketInStream(context FileSystemContext, address SocketAddress, id long, lockId long, sessionId long, length long, type Protocol.RequestType) : PacketInStream in class alluxio.client.block.stream.PacketInStream |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public Factory(context FileSystemContext, address SocketAddress, id long, lockId long, sessionId long, type Protocol.RequestType) in class alluxio.client.block.stream.NettyPacketReader.Factory |
From |
To |
|
Change Parameter Type address : InetSocketAddress to address : SocketAddress in method public NettyDataServer(address SocketAddress, worker AlluxioWorkerService) in class alluxio.worker.netty.NettyDataServer |
From |
To |