|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HdfsFileAttributes>
org.apache.accumulo.start.classloader.vfs.providers.HdfsFileAttributes
public enum HdfsFileAttributes
HDFS file content attributes.
Enum Constant Summary | |
---|---|
BLOCK_SIZE
Block size. |
|
GROUP
Group. |
|
LAST_ACCESS_TIME
Last access time. |
|
LENGTH
Length. |
|
MODIFICATION_TIME
Modification time. |
|
OWNER
Owner. |
|
PERMISSIONS
Permissions. |
Method Summary | |
---|---|
static HdfsFileAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HdfsFileAttributes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HdfsFileAttributes LAST_ACCESS_TIME
public static final HdfsFileAttributes BLOCK_SIZE
public static final HdfsFileAttributes GROUP
public static final HdfsFileAttributes OWNER
public static final HdfsFileAttributes PERMISSIONS
public static final HdfsFileAttributes LENGTH
public static final HdfsFileAttributes MODIFICATION_TIME
Method Detail |
---|
public static HdfsFileAttributes[] values()
for (HdfsFileAttributes c : HdfsFileAttributes.values()) System.out.println(c);
public static HdfsFileAttributes valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |