Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.security |
Modifier and Type | Field and Description |
---|---|
protected RpcServer.Connection |
RpcServer.Call.connection |
Modifier and Type | Field and Description |
---|---|
protected List<RpcServer.Connection> |
RpcServer.connectionList |
private Set<RpcServer.Connection> |
RpcServer.Responder.writingCons |
Modifier and Type | Method and Description |
---|---|
protected RpcServer.Connection |
RpcServer.getConnection(SocketChannel channel,
long time)
Subclasses of HBaseServer can override this to provide their own
Connection implementations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RpcServer.closeConnection(RpcServer.Connection connection) |
private boolean |
RpcServer.Responder.processAllResponses(RpcServer.Connection connection)
Process all the responses for this connection
|
void |
RpcServer.Responder.registerForWrite(RpcServer.Connection c)
Add a connection to the list that want to write,
|
Constructor and Description |
---|
RpcServer.Call(int id,
com.google.protobuf.BlockingService service,
com.google.protobuf.Descriptors.MethodDescriptor md,
org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader header,
com.google.protobuf.Message param,
CellScanner cellScanner,
RpcServer.Connection connection,
RpcServer.Responder responder,
long size,
org.apache.htrace.TraceInfo tinfo,
InetAddress remoteAddress) |
Modifier and Type | Field and Description |
---|---|
private RpcServer.Connection |
HBaseSaslRpcServer.SaslDigestCallbackHandler.connection |
Constructor and Description |
---|
HBaseSaslRpcServer.SaslDigestCallbackHandler(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager,
RpcServer.Connection connection) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.