public abstract class HttpOpParam<E extends Enum<E> & HttpOpParam.Op> extends Param<E,org.apache.hadoop.hdfs.web.resources.EnumParam.Domain<E>>
Modifier and Type | Class and Description |
---|---|
static interface |
HttpOpParam.Op
Http operation interface.
|
static class |
HttpOpParam.TemporaryRedirectOp
Expects HTTP response 307 "Temporary Redirect".
|
static class |
HttpOpParam.Type
Http operation types
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT
Default parameter value.
|
static String |
NAME
Parameter name.
|
Modifier and Type | Method and Description |
---|---|
String |
getValueString() |
getName, getValue, toSortedString, toString
public static final String NAME
public static final String DEFAULT
public String getValueString()
getValueString
in class Param<E extends Enum<E> & HttpOpParam.Op,org.apache.hadoop.hdfs.web.resources.EnumParam.Domain<E extends Enum<E> & HttpOpParam.Op>>
Copyright © 2018 Apache Software Foundation. All Rights Reserved.