|
Change Parameter Type responseDefaultType : Message to responseDefaultType : M in method public AsyncCall(channel AsyncRpcChannelImpl, connectId int, md Descriptors.MethodDescriptor, param Message, cellScanner CellScanner, responseDefaultType M, messageConverter MessageConverter<M,T>, exceptionConverter IOExceptionConverter, rpcTimeout long, priority int, callStats MetricsConnection.CallStats) in class org.apache.hadoop.hbase.ipc.AsyncCall |
From |
To |
|
Change Parameter Type controller : PayloadCarryingRpcController to cellScanner : CellScanner in method public AsyncCall(channel AsyncRpcChannelImpl, connectId int, md Descriptors.MethodDescriptor, param Message, cellScanner CellScanner, responseDefaultType M, messageConverter MessageConverter<M,T>, exceptionConverter IOExceptionConverter, rpcTimeout long, priority int, callStats MetricsConnection.CallStats) in class org.apache.hadoop.hbase.ipc.AsyncCall |
From |
To |
|
Change Parameter Type value : Message to value : M in method public setSuccess(value M, cellBlockScanner CellScanner) : void in class org.apache.hadoop.hbase.ipc.AsyncCall |
From |
To |
|
Change Parameter Type responsePrototype : Message to responsePrototype : R in method public callMethod(method Descriptors.MethodDescriptor, request Message, cellScanner CellScanner, responsePrototype R, messageConverter MessageConverter<R,O>, exceptionConverter IOExceptionConverter, rpcTimeout long, priority int, callStats MetricsConnection.CallStats) : Future<O> in class org.apache.hadoop.hbase.ipc.AsyncRpcChannelImpl |
From |
To |
|
Change Parameter Type responsePrototype : Message to responsePrototype : R in method public callMethod(method Descriptors.MethodDescriptor, request Message, cellScanner CellScanner, responsePrototype R, messageConverter MessageConverter<R,O>, exceptionConverter IOExceptionConverter, rpcTimeout long, priority int, callStats MetricsConnection.CallStats) : Future<O> in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel |
From |
To |
|
Change Return Type Promise<Message> to Future<O> in method public callMethod(method Descriptors.MethodDescriptor, request Message, cellScanner CellScanner, responsePrototype R, messageConverter MessageConverter<R,O>, exceptionConverter IOExceptionConverter, rpcTimeout long, priority int, callStats MetricsConnection.CallStats) : Future<O> in class org.apache.hadoop.hbase.ipc.AsyncRpcChannelImpl |
From |
To |
|
Change Return Type Promise<Message> to Future<O> in method public callMethod(method Descriptors.MethodDescriptor, request Message, cellScanner CellScanner, responsePrototype R, messageConverter MessageConverter<R,O>, exceptionConverter IOExceptionConverter, rpcTimeout long, priority int, callStats MetricsConnection.CallStats) : Future<O> in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel |
From |
To |
|
Change Variable Type promise : Promise<Message> to promise : Future<Message> in method protected call(pcrc PayloadCarryingRpcController, md Descriptors.MethodDescriptor, param Message, returnType Message, ticket User, addr InetSocketAddress, callStats MetricsConnection.CallStats) : Pair<Message,CellScanner> in class org.apache.hadoop.hbase.ipc.AsyncRpcClient |
From |
To |
|
Change Variable Type listener : GenericFutureListener<Future<Message>> to listener : ResponseFutureListener<Message> in method private callMethod(md Descriptors.MethodDescriptor, pcrc PayloadCarryingRpcController, param Message, returnType Message, ticket User, addr InetSocketAddress, done RpcCallback<Message>) : void in class org.apache.hadoop.hbase.ipc.AsyncRpcClient |
From |
To |