Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureServer.SecureConnection
Reads calls from a connection and queues them for handling.
|
Modifier and Type | Field and Description |
---|---|
protected HBaseServer.Connection |
HBaseServer.Call.connection |
Modifier and Type | Field and Description |
---|---|
protected List<HBaseServer.Connection> |
HBaseServer.connectionList |
Modifier and Type | Method and Description |
---|---|
protected HBaseServer.Connection |
HBaseServer.getConnection(SocketChannel channel,
long time)
Subclasses of HBaseServer can override this to provide their own
Connection implementations.
|
protected HBaseServer.Connection |
SecureServer.getConnection(SocketChannel channel,
long time) |
Modifier and Type | Method and Description |
---|---|
protected void |
HBaseServer.closeConnection(HBaseServer.Connection connection) |
Constructor and Description |
---|
HBaseServer.Call(int id,
org.apache.hadoop.io.Writable param,
HBaseServer.Connection connection,
HBaseServer.Responder responder,
long size) |
SecureServer.SecureCall(int id,
org.apache.hadoop.io.Writable param,
HBaseServer.Connection connection,
HBaseServer.Responder responder,
long size) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.