Uses of Class
org.apache.hadoop.hbase.thrift.ThriftMetrics
-
Uses of ThriftMetrics in org.apache.hadoop.hbase.thrift
Modifier and TypeFieldDescriptionprivate final ThriftMetrics
CallQueue.metrics
private final ThriftMetrics
HbaseHandlerMetricsProxy.metrics
protected ThriftMetrics
HBaseServiceHandler.metrics
private ThriftMetrics
THBaseThreadPoolExecutor.metrics
protected ThriftMetrics
ThriftServer.metrics
Modifier and TypeMethodDescriptionprotected ThriftMetrics
ThriftServer.createThriftMetrics
(org.apache.hadoop.conf.Configuration conf) Modifier and TypeMethodDescriptionvoid
HBaseServiceHandler.initMetrics
(ThriftMetrics metrics) static org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
HbaseHandlerMetricsProxy.newInstance
(org.apache.hadoop.hbase.thrift.generated.Hbase.Iface handler, ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf) static org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface
HbaseHandlerMetricsProxy.newInstance
(org.apache.hadoop.hbase.thrift2.generated.THBaseService.Iface handler, ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf) ModifierConstructorDescriptionCallQueue
(BlockingQueue<CallQueue.Call> underlyingQueue, ThriftMetrics metrics) private
HbaseHandlerMetricsProxy
(Object handler, ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf) TBoundedThreadPoolServer
(TBoundedThreadPoolServer.Args options, ThriftMetrics metrics) THBaseThreadPoolExecutor
(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, ThreadFactory threadFactory, ThriftMetrics metrics) THBaseThreadPoolExecutor
(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, ThriftMetrics metrics) -
Uses of ThriftMetrics in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionprotected ThriftMetrics
ThriftServer.createThriftMetrics
(org.apache.hadoop.conf.Configuration conf)