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) classDatastructure that holds all necessary to a method invocation and then afterward, carries the result.classServerCall<T extends ServerRpcConnection>Datastructure that holds all necessary to a method invocation and then afterward, carries the result.(package private) classDeprecated.Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcResponseModifier and TypeFieldDescription(package private) final ConcurrentLinkedDeque<RpcResponse>SimpleServerRpcConnection.responseQueueDeprecated.Methods in org.apache.hadoop.hbase.ipc that return RpcResponseModifier and TypeMethodDescriptionprotected final RpcResponseServerRpcConnection.getErrorResponse(String msg, Exception e) Methods in org.apache.hadoop.hbase.ipc with parameters of type RpcResponseModifier and TypeMethodDescriptionprotected voidNettyServerRpcConnection.doRespond(RpcResponse resp) protected abstract voidServerRpcConnection.doRespond(RpcResponse resp) (package private) voidSimpleRpcServerResponder.doRespond(SimpleServerRpcConnection conn, RpcResponse resp) Deprecated.protected voidSimpleServerRpcConnection.doRespond(RpcResponse resp) Deprecated.private booleanSimpleRpcServerResponder.processResponse(SimpleServerRpcConnection conn, RpcResponse resp) Deprecated.Process the response for this call.