Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SecureServer.SecureCall |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<HBaseServer.Call> |
HBaseServer.callQueue |
protected static ThreadLocal<HBaseServer.Call> |
HBaseServer.CurCall
This is set to Call object before Handler invokes an RPC and reset
after the call returns.
|
protected BlockingQueue<HBaseServer.Call> |
HBaseServer.priorityCallQueue |
protected BlockingQueue<HBaseServer.Call> |
HBaseServer.replicationQueue
replication related queue;
|
protected LinkedList<HBaseServer.Call> |
HBaseServer.Connection.responseQueue |
Modifier and Type | Method and Description |
---|---|
protected void |
HBaseServer.updateCallQueueLenMetrics(BlockingQueue<HBaseServer.Call> queue)
Reports length of the call queue to HBaseRpcMetrics.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.