|
Change Parameter Type connection : BitServerConnection to connection : DataServerConnection in method protected getCloseHandler(ch SocketChannel, connection DataServerConnection) : GenericFutureListener<ChannelFuture> in class org.apache.drill.exec.rpc.data.DataServer |
From |
To |
|
Change Parameter Type connection : BitServerConnection to connection : DataServerConnection in method public handle(connection DataServerConnection, rpcType int, pBody ByteBuf, dBody ByteBuf, sender ResponseSender) : void in class org.apache.drill.exec.rpc.data.DataServerRequestHandler |
From |
To |
|
Change Parameter Type context : BootStrapContext to config : DataConnectionConfig in method public DataClient(remoteEndpoint DrillbitEndpoint, config DataConnectionConfig, closeHandlerFactory DataConnectionManager.CloseHandlerCreator) in class org.apache.drill.exec.rpc.data.DataClient |
From |
To |
|
Change Parameter Type context : BootStrapContext to config : DataConnectionConfig in method public DataConnectionManager(remoteEndpoint DrillbitEndpoint, config DataConnectionConfig) in class org.apache.drill.exec.rpc.data.DataConnectionManager |
From |
To |
|
Change Parameter Type connection : BitServerConnection to connection : DataServerConnection in method protected getHandshakeHandler(connection DataServerConnection) : ServerHandshakeHandler<BitClientHandshake> in class org.apache.drill.exec.rpc.data.DataServer |
From |
To |
|
Move Method private getHandle(batch FragmentRecordBatch, index int) : FragmentHandle from class org.apache.drill.exec.rpc.data.DataServer to private getHandle(batch FragmentRecordBatch, index int) : FragmentHandle from class org.apache.drill.exec.rpc.data.DataServerRequestHandler |
From |
To |
|
Move Method protected handle(connection BitServerConnection, rpcType int, pBody ByteBuf, body ByteBuf, sender ResponseSender) : void from class org.apache.drill.exec.rpc.data.DataServer to public handle(connection DataServerConnection, rpcType int, pBody ByteBuf, dBody ByteBuf, sender ResponseSender) : void from class org.apache.drill.exec.rpc.data.DataServerRequestHandler |
From |
To |
|
Move Method private submit(batch IncomingDataBatch, minorStart int, minorStopExclusive int) : void from class org.apache.drill.exec.rpc.data.DataServer to private submit(batch IncomingDataBatch, minorStart int, minorStopExclusive int) : void from class org.apache.drill.exec.rpc.data.DataServerRequestHandler |
From |
To |
|
Rename Parameter context : BootStrapContext to config : DataConnectionConfig in method public DataClient(remoteEndpoint DrillbitEndpoint, config DataConnectionConfig, closeHandlerFactory DataConnectionManager.CloseHandlerCreator) in class org.apache.drill.exec.rpc.data.DataClient |
From |
To |
|
Rename Parameter context : BootStrapContext to config : DataConnectionConfig in method public DataConnectionManager(remoteEndpoint DrillbitEndpoint, config DataConnectionConfig) in class org.apache.drill.exec.rpc.data.DataConnectionManager |
From |
To |
|
Rename Parameter body : ByteBuf to dBody : ByteBuf in method public handle(connection DataServerConnection, rpcType int, pBody ByteBuf, dBody ByteBuf, sender ResponseSender) : void in class org.apache.drill.exec.rpc.data.DataServerRequestHandler |
From |
To |
|
Rename Parameter endpoint : DrillbitEndpoint to remoteEndpoint : DrillbitEndpoint in method public DataConnectionManager(remoteEndpoint DrillbitEndpoint, config DataConnectionConfig) in class org.apache.drill.exec.rpc.data.DataConnectionManager |
From |
To |