Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
NettyServerCall
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 |
SimpleServerCall
Datastructure that holds all necessary to a method invocation and then afterward, carries the
result.
|
Modifier and Type | Field and Description |
---|---|
(package private) ConcurrentLinkedDeque<RpcResponse> |
SimpleServerRpcConnection.responseQueue |
Modifier and Type | Method and Description |
---|---|
protected RpcResponse |
ServerRpcConnection.getErrorResponse(String msg,
Exception e) |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyServerRpcConnection.doRespond(RpcResponse resp) |
protected void |
SimpleServerRpcConnection.doRespond(RpcResponse resp) |
protected abstract void |
ServerRpcConnection.doRespond(RpcResponse resp) |
(package private) void |
SimpleRpcServerResponder.doRespond(SimpleServerRpcConnection conn,
RpcResponse resp) |
private boolean |
SimpleRpcServerResponder.processResponse(SimpleServerRpcConnection conn,
RpcResponse resp)
Process the response for this call.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.