Package | Description |
---|---|
org.apache.hadoop.http | |
org.apache.hadoop.mapreduce.v2.util | |
org.apache.hadoop.yarn.webapp.util |
Modifier and Type | Method and Description |
---|---|
static 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 |
---|---|
static String |
HttpConfig.getScheme(HttpConfig.Policy policy) |
static void |
HttpConfig.setPolicy(HttpConfig.Policy policy) |
Modifier and Type | Method and Description |
---|---|
static HttpConfig.Policy |
MRWebAppUtil.getJHSHttpPolicy() |
static HttpConfig.Policy |
MRWebAppUtil.getYARNHttpPolicy() |
Modifier and Type | Method and Description |
---|---|
static String |
WebAppUtils.getResolvedRMWebAppURLWithoutScheme(Configuration conf,
HttpConfig.Policy httpPolicy) |
Copyright © 2013 Apache Software Foundation. All rights reserved.