Package | Description |
---|---|
org.apache.hadoop.hbase.http |
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why. |
Modifier and Type | Field and Description |
---|---|
private HttpConfig.Policy |
HttpConfig.policy |
Modifier and Type | Method and Description |
---|---|
HttpConfig.Policy |
HttpConfig.Policy.fromString(String value) |
static HttpConfig.Policy |
HttpConfig.Policy.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
String |
HttpConfig.getScheme(HttpConfig.Policy policy) |
void |
HttpConfig.setPolicy(HttpConfig.Policy policy) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.