@InterfaceAudience.Private public static enum HttpFSFileSystem.Operation extends Enum<HttpFSFileSystem.Operation>
Enum Constant and Description |
---|
APPEND |
CONCAT |
CREATE |
DELETE |
GETCONTENTSUMMARY |
GETFILEBLOCKLOCATIONS |
GETFILECHECKSUM |
GETFILESTATUS |
GETHOMEDIRECTORY |
INSTRUMENTATION |
LISTSTATUS |
MKDIRS |
OPEN |
RENAME |
SETOWNER |
SETPERMISSION |
SETREPLICATION |
SETTIMES |
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
static HttpFSFileSystem.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpFSFileSystem.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpFSFileSystem.Operation OPEN
public static final HttpFSFileSystem.Operation GETFILESTATUS
public static final HttpFSFileSystem.Operation LISTSTATUS
public static final HttpFSFileSystem.Operation GETHOMEDIRECTORY
public static final HttpFSFileSystem.Operation GETCONTENTSUMMARY
public static final HttpFSFileSystem.Operation GETFILECHECKSUM
public static final HttpFSFileSystem.Operation GETFILEBLOCKLOCATIONS
public static final HttpFSFileSystem.Operation INSTRUMENTATION
public static final HttpFSFileSystem.Operation APPEND
public static final HttpFSFileSystem.Operation CONCAT
public static final HttpFSFileSystem.Operation CREATE
public static final HttpFSFileSystem.Operation MKDIRS
public static final HttpFSFileSystem.Operation RENAME
public static final HttpFSFileSystem.Operation SETOWNER
public static final HttpFSFileSystem.Operation SETPERMISSION
public static final HttpFSFileSystem.Operation SETREPLICATION
public static final HttpFSFileSystem.Operation SETTIMES
public static final HttpFSFileSystem.Operation DELETE
public static HttpFSFileSystem.Operation[] values()
for (HttpFSFileSystem.Operation c : HttpFSFileSystem.Operation.values()) System.out.println(c);
public static HttpFSFileSystem.Operation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getMethod()
Copyright © 2013 Apache Software Foundation. All rights reserved.