| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.web | |
| org.apache.hadoop.hdfs.web.resources |
| Modifier and Type | Field | Description |
|---|---|---|
protected HttpOpParam.Op |
WebHdfsFileSystem.AbstractRunner.op |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpOpParam<E extends java.lang.Enum<E> & HttpOpParam.Op> |
Http operation parameter.
|
| Modifier and Type | Class | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HttpOpParam.TemporaryRedirectOp |
HttpOpParam.TemporaryRedirectOp.valueOf(HttpOpParam.Op op) |
Get an object for the given op.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.