Uses of Enum
org.apache.hadoop.hbase.http.HttpConfig.Policy
Packages that use HttpConfig.Policy
Package
Description
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
-
Uses of HttpConfig.Policy in org.apache.hadoop.hbase.http
Fields in org.apache.hadoop.hbase.http declared as HttpConfig.PolicyMethods in org.apache.hadoop.hbase.http that return HttpConfig.PolicyModifier and TypeMethodDescriptionHttpConfig.Policy.fromString
(String value) static HttpConfig.Policy
Returns the enum constant of this type with the specified name.static HttpConfig.Policy[]
HttpConfig.Policy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase.http with parameters of type HttpConfig.PolicyModifier and TypeMethodDescriptionHttpConfig.getScheme
(HttpConfig.Policy policy) void
HttpConfig.setPolicy
(HttpConfig.Policy policy)