|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpOpParam.Op | |
---|---|
org.apache.hadoop.hdfs.web.resources |
Uses of HttpOpParam.Op in org.apache.hadoop.hdfs.web.resources |
---|
Classes in org.apache.hadoop.hdfs.web.resources with type parameters of type HttpOpParam.Op | |
---|---|
class |
HttpOpParam<E extends Enum<E> & HttpOpParam.Op>
Http operation parameter. |
Classes in org.apache.hadoop.hdfs.web.resources that implement HttpOpParam.Op | |
---|---|
static class |
DeleteOpParam.Op
Delete operations. |
static class |
GetOpParam.Op
Get operations. |
static class |
HttpOpParam.TemporaryRedirectOp
Expects HTTP response 307 "Temporary Redirect". |
static class |
PostOpParam.Op
Post operations. |
static class |
PutOpParam.Op
Put operations. |
Methods in org.apache.hadoop.hdfs.web.resources with parameters of type HttpOpParam.Op | |
---|---|
static HttpOpParam.TemporaryRedirectOp |
HttpOpParam.TemporaryRedirectOp.valueOf(HttpOpParam.Op op)
Get an object for the given op. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |