Uses of Enum Class
org.apache.hadoop.hbase.util.DNS.ServerType

Packages that use org.apache.hadoop.hbase.util.DNS.ServerType
  • Uses of org.apache.hadoop.hbase.util.DNS.ServerType in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.util.DNS.ServerType in in
    Modifier and Type
    Method
    Description
    protected abstract org.apache.hadoop.hbase.util.DNS.ServerType
    HBaseRpcServicesBase.getDNSServerType()
     
    protected abstract org.apache.hadoop.hbase.util.DNS.ServerType
    HBaseServerBase.getDNSServerType()
     
  • Uses of org.apache.hadoop.hbase.util.DNS.ServerType in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.util.DNS.ServerType in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.util.DNS.ServerType
    HMaster.getDNSServerType()
     
    protected org.apache.hadoop.hbase.util.DNS.ServerType
    MasterRpcServices.getDNSServerType()
     
  • Uses of org.apache.hadoop.hbase.util.DNS.ServerType in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.util.DNS.ServerType in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.util.DNS.ServerType
    HRegionServer.getDNSServerType()
     
    protected org.apache.hadoop.hbase.util.DNS.ServerType
    RSRpcServices.getDNSServerType()
     
  • Uses of org.apache.hadoop.hbase.util.DNS.ServerType in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.DNS.ServerType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.util.DNS.ServerType
    DNS.ServerType.valueOf(String name)
     
    static org.apache.hadoop.hbase.util.DNS.ServerType[]
    DNS.ServerType.values()
     
    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.DNS.ServerType in in
    Modifier and Type
    Method
    Description
    static String
    DNS.getHostname(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.util.DNS.ServerType serverType)
    Get the configured hostname for a given ServerType.