|
Change Variable Type buf : Object to buf : Buffer in method public callRemoteMethods(dests Collection<Address>, method_call MethodCall, options RequestOptions) : RspList<T> in class org.jgroups.blocks.RpcDispatcher |
From |
To |
|
Change Variable Type buf : Object to buf : Buffer in method public callRemoteMethodWithFuture(dest Address, call MethodCall, options RequestOptions, listener FutureListener<T>) : NotifyingFuture<T> in class org.jgroups.blocks.RpcDispatcher |
From |
To |
|
Change Variable Type buf : Object to buf : Buffer in method public callRemoteMethod(dest Address, call MethodCall, options RequestOptions) : T in class org.jgroups.blocks.RpcDispatcher |
From |
To |
|
Change Variable Type buf : Object to buf : Buffer in method public callRemoteMethodsWithFuture(dests Collection<Address>, method_call MethodCall, options RequestOptions, listener FutureListener<RspList<T>>) : NotifyingFuture<RspList<T>> in class org.jgroups.blocks.RpcDispatcher |
From |
To |
|
Change Variable Type rsp_buf : Object to rsp_buf : Buffer in method protected sendReply(req Message, req_id long, reply Object, is_exception boolean) : void in class org.jgroups.blocks.RequestCorrelator |
From |
To |