Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
private RpcServer.Call |
RpcServer.Connection.authFailedCall |
private RpcServer.Call |
CallRunner.call |
private RpcServer.Call |
RpcServer.Connection.saslCall |
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<RpcServer.Call> |
RpcServer.CurCall
This is set to Call object before Handler invokes an RPC and ybdie
after the call returns.
|
protected ConcurrentLinkedDeque<RpcServer.Call> |
RpcServer.Connection.responseQueue |
Modifier and Type | Method and Description |
---|---|
RpcServer.Call |
CallRunner.getCall() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
RpcServer.Responder.doRespond(RpcServer.Call call) |
private boolean |
RpcServer.Responder.processResponse(RpcServer.Call call)
Process the response for this call.
|
private void |
RpcServer.setupResponse(ByteArrayOutputStream response,
RpcServer.Call call,
Throwable t,
String error)
Setup response for the RPC Call.
|
Constructor and Description |
---|
CallRunner(RpcServerInterface rpcServer,
RpcServer.Call call)
On construction, adds the size of this call to the running count of outstanding call sizes.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.