public static enum HttpFSFileSystem.GetOpValues extends Enum<HttpFSFileSystem.GetOpValues>
Enum Constant and Description |
---|
GETCONTENTSUMMARY |
GETDELEGATIONTOKEN |
GETFILEBLOCKLOCATIONS |
GETFILECHECKSUM |
GETFILESTATUS |
GETHOMEDIR |
INSTRUMENTATION |
LISTSTATUS |
OPEN |
Modifier and Type | Method and Description |
---|---|
static HttpFSFileSystem.GetOpValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpFSFileSystem.GetOpValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpFSFileSystem.GetOpValues OPEN
public static final HttpFSFileSystem.GetOpValues GETFILESTATUS
public static final HttpFSFileSystem.GetOpValues LISTSTATUS
public static final HttpFSFileSystem.GetOpValues GETHOMEDIR
public static final HttpFSFileSystem.GetOpValues GETCONTENTSUMMARY
public static final HttpFSFileSystem.GetOpValues GETFILECHECKSUM
public static final HttpFSFileSystem.GetOpValues GETDELEGATIONTOKEN
public static final HttpFSFileSystem.GetOpValues GETFILEBLOCKLOCATIONS
public static final HttpFSFileSystem.GetOpValues INSTRUMENTATION
public static HttpFSFileSystem.GetOpValues[] values()
for (HttpFSFileSystem.GetOpValues c : HttpFSFileSystem.GetOpValues.values()) System.out.println(c);
public static HttpFSFileSystem.GetOpValues 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 nullCopyright © 2013 Apache Software Foundation. All Rights Reserved.