Uses of Interface
org.apache.hadoop.hbase.ipc.RpcResponse
Packages that use RpcResponse
-
Uses of RpcResponse in org.apache.hadoop.hbase.ipc
Classes in org.apache.hadoop.hbase.ipc that implement RpcResponseModifier 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.Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcResponseModifier and TypeFieldDescription(package private) final ConcurrentLinkedDeque<RpcResponse>
SimpleServerRpcConnection.responseQueue
Deprecated.Methods in org.apache.hadoop.hbase.ipc that return RpcResponseModifier and TypeMethodDescriptionprotected final RpcResponse
ServerRpcConnection.getErrorResponse
(String msg, Exception e) Methods in org.apache.hadoop.hbase.ipc with parameters of type RpcResponseModifier 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.