Uses of Class
org.apache.hadoop.hbase.thrift.ThriftMetrics

Packages that use org.apache.hadoop.hbase.thrift.ThriftMetrics
Package
Description
Provides an HBase Thrift service.
  • 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 in
    Modifier and Type
    Field
    Description
    protected 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 in
    Modifier and Type
    Method
    Description
    protected 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 in
    Modifier and Type
    Method
    Description
    void
    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 in
    Modifier
    Constructor
    Description
     
    CallQueue(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)