public static enum GlusterFSXattr.CMD extends Enum<GlusterFSXattr.CMD>
Enum Constant and Description |
---|
CHECK_FOR_QUICK_IO |
GET_BLOCK_SIZE |
GET_HINTS |
GET_REPLICATION |
Modifier and Type | Method and Description |
---|---|
static GlusterFSXattr.CMD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlusterFSXattr.CMD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlusterFSXattr.CMD GET_HINTS
public static final GlusterFSXattr.CMD GET_REPLICATION
public static final GlusterFSXattr.CMD GET_BLOCK_SIZE
public static final GlusterFSXattr.CMD CHECK_FOR_QUICK_IO
public static GlusterFSXattr.CMD[] values()
for (GlusterFSXattr.CMD c : GlusterFSXattr.CMD.values()) System.out.println(c);
public static GlusterFSXattr.CMD 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 © 2014. All rights reserved.