Uses of Interface
org.apache.hadoop.hbase.ipc.RpcResponse
-
Uses of RpcResponse in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescription(package private) class
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.class
ServerCall<T extends ServerRpcConnection>
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.(package private) class
Deprecated.Modifier and TypeFieldDescription(package private) final ConcurrentLinkedDeque<RpcResponse>
SimpleServerRpcConnection.responseQueue
Deprecated.Modifier and TypeMethodDescriptionprotected final RpcResponse
ServerRpcConnection.getErrorResponse
(String msg, Exception e) Modifier and TypeMethodDescriptionprotected void
NettyServerRpcConnection.doRespond
(RpcResponse resp) protected abstract void
ServerRpcConnection.doRespond
(RpcResponse resp) (package private) void
SimpleRpcServerResponder.doRespond
(SimpleServerRpcConnection conn, RpcResponse resp) Deprecated.protected void
SimpleServerRpcConnection.doRespond
(RpcResponse resp) Deprecated.private boolean
SimpleRpcServerResponder.processResponse
(SimpleServerRpcConnection conn, RpcResponse resp) Deprecated.Process the response for this call.