Uses of Class
org.apache.hadoop.hbase.thrift.ThriftMetrics
Packages that use ThriftMetrics
-
Uses of ThriftMetrics in org.apache.hadoop.hbase.thrift
Fields in org.apache.hadoop.hbase.thrift declared as ThriftMetricsModifier and TypeFieldDescriptionprivate final ThriftMetrics
CallQueue.metrics
private final ThriftMetrics
HbaseHandlerMetricsProxy.metrics
protected ThriftMetrics
HBaseServiceHandler.metrics
private ThriftMetrics
THBaseThreadPoolExecutor.metrics
protected ThriftMetrics
ThriftServer.metrics
Methods in org.apache.hadoop.hbase.thrift that return ThriftMetricsModifier and TypeMethodDescriptionprotected ThriftMetrics
ThriftServer.createThriftMetrics
(org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.hbase.thrift with parameters of type ThriftMetricsModifier 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) Constructors in org.apache.hadoop.hbase.thrift with parameters of type ThriftMetricsModifierConstructorDescriptionCallQueue
(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
Methods in org.apache.hadoop.hbase.thrift2 that return ThriftMetricsModifier and TypeMethodDescriptionprotected ThriftMetrics
ThriftServer.createThriftMetrics
(org.apache.hadoop.conf.Configuration conf)