Uses of Enum
org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType

Packages that use org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType
Package
Description
Provides an HBase Thrift service.
  • Uses of org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType in org.apache.hadoop.hbase.thrift

    Methods in org.apache.hadoop.hbase.thrift that return org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType
    ThriftMetrics.getThriftServerType()
     
    static org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType
    ThriftMetrics.ThriftServerType.valueOf(String name)
     
    static org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType[]
    ThriftMetrics.ThriftServerType.values()
     
    Constructors in org.apache.hadoop.hbase.thrift with parameters of type org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType in in
    Modifier
    Constructor
    Description
     
    ThriftMetrics(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.thrift.ThriftMetrics.ThriftServerType t)