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.ThriftMetricsHBaseServiceHandler.metricsprotected org.apache.hadoop.hbase.thrift.ThriftMetricsThriftServer.metricsMethods in org.apache.hadoop.hbase.thrift that return org.apache.hadoop.hbase.thrift.ThriftMetrics in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.thrift.ThriftMetricsThriftServer.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 TypeMethodDescriptionvoidHBaseServiceHandler.initMetrics(org.apache.hadoop.hbase.thrift.ThriftMetrics metrics) static org.apache.hadoop.hbase.thrift.generated.Hbase.IfaceHbaseHandlerMetricsProxy.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.IfaceHbaseHandlerMetricsProxy.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)