Uses of Class
org.apache.hadoop.hbase.thrift.ThriftMetrics
Packages that use org.apache.hadoop.hbase.thrift.ThriftMetrics
-
Uses of org.apache.hadoop.hbase.thrift.ThriftMetrics in org.apache.hadoop.hbase.thrift
Fields in org.apache.hadoop.hbase.thrift declared as org.apache.hadoop.hbase.thrift.ThriftMetrics in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.thrift.ThriftMetrics
HBaseServiceHandler.metrics
protected org.apache.hadoop.hbase.thrift.ThriftMetrics
ThriftServer.metrics
Methods in org.apache.hadoop.hbase.thrift that return org.apache.hadoop.hbase.thrift.ThriftMetrics in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.thrift.ThriftMetrics
ThriftServer.createThriftMetrics
(org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.hbase.thrift with parameters of type org.apache.hadoop.hbase.thrift.ThriftMetrics in inModifier and TypeMethodDescriptionvoid
HBaseServiceHandler.initMetrics
(org.apache.hadoop.hbase.thrift.ThriftMetrics metrics) static org.apache.hadoop.hbase.thrift.generated.Hbase.Iface
HbaseHandlerMetricsProxy.newInstance
(org.apache.hadoop.hbase.thrift.generated.Hbase.Iface handler, org.apache.hadoop.hbase.thrift.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, org.apache.hadoop.hbase.thrift.ThriftMetrics metrics, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.thrift with parameters of type org.apache.hadoop.hbase.thrift.ThriftMetrics in inModifierConstructorDescriptionCallQueue
(BlockingQueue<org.apache.hadoop.hbase.thrift.CallQueue.Call> underlyingQueue, org.apache.hadoop.hbase.thrift.ThriftMetrics metrics) TBoundedThreadPoolServer
(org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer.Args options, org.apache.hadoop.hbase.thrift.ThriftMetrics metrics) THBaseThreadPoolExecutor
(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, ThreadFactory threadFactory, org.apache.hadoop.hbase.thrift.ThriftMetrics metrics) THBaseThreadPoolExecutor
(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, org.apache.hadoop.hbase.thrift.ThriftMetrics metrics)