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 |
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) |
void |
RpcServer.Responder.registerForWrite(RpcServer.Connection c)
Add a connection to the list that want to write,
|
Constructor and Description |
---|
HBaseSaslRpcServer.SaslDigestCallbackHandler(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager,
RpcServer.Connection connection) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.