Uses of Enum Class
org.apache.hadoop.hbase.util.DNS.ServerType
Packages that use org.apache.hadoop.hbase.util.DNS.ServerType
Package
Description
-
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 inModifier and TypeMethodDescriptionprotected abstract org.apache.hadoop.hbase.util.DNS.ServerTypeHBaseRpcServicesBase.getDNSServerType()protected abstract org.apache.hadoop.hbase.util.DNS.ServerTypeHBaseServerBase.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 inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.util.DNS.ServerTypeHMaster.getDNSServerType()protected org.apache.hadoop.hbase.util.DNS.ServerTypeMasterRpcServices.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 inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.util.DNS.ServerTypeHRegionServer.getDNSServerType()protected org.apache.hadoop.hbase.util.DNS.ServerTypeRSRpcServices.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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.util.DNS.ServerTypeDNS.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 inModifier and TypeMethodDescriptionstatic StringDNS.getHostname(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.util.DNS.ServerType serverType) Get the configured hostname for a given ServerType.