org.apache.hadoop.nfs.nfs3
Enum Nfs3Constant.WriteStableHow
java.lang.Object
java.lang.Enum<Nfs3Constant.WriteStableHow>
org.apache.hadoop.nfs.nfs3.Nfs3Constant.WriteStableHow
- All Implemented Interfaces:
- Serializable, Comparable<Nfs3Constant.WriteStableHow>
- Enclosing class:
- Nfs3Constant
public static enum Nfs3Constant.WriteStableHow
- extends Enum<Nfs3Constant.WriteStableHow>
Write call flavors
UNSTABLE
public static final Nfs3Constant.WriteStableHow UNSTABLE
DATA_SYNC
public static final Nfs3Constant.WriteStableHow DATA_SYNC
FILE_SYNC
public static final Nfs3Constant.WriteStableHow FILE_SYNC
values
public static Nfs3Constant.WriteStableHow[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Nfs3Constant.WriteStableHow c : Nfs3Constant.WriteStableHow.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Nfs3Constant.WriteStableHow valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getValue
public int getValue()
fromValue
public static Nfs3Constant.WriteStableHow fromValue(int id)
Copyright © 2009 The Apache Software Foundation