Uses of Enum Class
org.apache.hadoop.hbase.util.DNS.ServerType
Packages that use DNS.ServerType
Package
Description
-
Uses of DNS.ServerType in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return DNS.ServerTypeModifier and TypeMethodDescriptionprotected abstract DNS.ServerType
HBaseRpcServicesBase.getDNSServerType()
-
Uses of DNS.ServerType in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return DNS.ServerType -
Uses of DNS.ServerType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return DNS.ServerType -
Uses of DNS.ServerType in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return DNS.ServerTypeModifier and TypeMethodDescriptionstatic DNS.ServerType
Returns the enum constant of this class with the specified name.static DNS.ServerType[]
DNS.ServerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.util with parameters of type DNS.ServerTypeModifier and TypeMethodDescriptionstatic String
DNS.getHostname
(org.apache.hadoop.conf.Configuration conf, DNS.ServerType serverType) Get the configured hostname for a given ServerType.