Uses of Class
org.apache.hadoop.hbase.thrift.CallQueue.Call
Packages that use CallQueue.Call
-
Uses of CallQueue.Call in org.apache.hadoop.hbase.thrift
Fields in org.apache.hadoop.hbase.thrift with type parameters of type CallQueue.CallModifier and TypeFieldDescriptionprivate final BlockingQueue<CallQueue.Call>
CallQueue.underlyingQueue
Methods in org.apache.hadoop.hbase.thrift with parameters of type CallQueue.CallConstructor parameters in org.apache.hadoop.hbase.thrift with type arguments of type CallQueue.CallModifierConstructorDescriptionCallQueue
(BlockingQueue<CallQueue.Call> underlyingQueue, ThriftMetrics metrics)