|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HBaseServer.Connection | |
|---|---|
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
| Uses of HBaseServer.Connection in org.apache.hadoop.hbase.ipc |
|---|
| Fields in org.apache.hadoop.hbase.ipc declared as HBaseServer.Connection | |
|---|---|
protected HBaseServer.Connection |
HBaseServer.Call.connection
|
| Fields in org.apache.hadoop.hbase.ipc with type parameters of type HBaseServer.Connection | |
|---|---|
protected List<HBaseServer.Connection> |
HBaseServer.connectionList
|
| Methods in org.apache.hadoop.hbase.ipc that return HBaseServer.Connection | |
|---|---|
protected HBaseServer.Connection |
HBaseServer.getConnection(SocketChannel channel,
long time)
Subclasses of HBaseServer can override this to provide their own Connection implementations. |
| Methods in org.apache.hadoop.hbase.ipc with parameters of type HBaseServer.Connection | |
|---|---|
protected void |
HBaseServer.closeConnection(HBaseServer.Connection connection)
|
| Constructors in org.apache.hadoop.hbase.ipc with parameters of type HBaseServer.Connection | |
|---|---|
HBaseServer.Call(int id,
org.apache.hadoop.io.Writable param,
HBaseServer.Connection connection,
HBaseServer.Responder responder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||