|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NameNode.OperationCategory>
org.apache.hadoop.hdfs.server.namenode.NameNode.OperationCategory
public static enum NameNode.OperationCategory
Categories of operations supported by the namenode.
| Enum Constant Summary | |
|---|---|
CHECKPOINT
Operations related to checkpointing |
|
JOURNAL
Operations related to JournalProtocol |
|
READ
Read operation that does not change the namespace state |
|
UNCHECKED
Operations that are state agnostic |
|
WRITE
Write operation that changes the namespace state |
|
| Method Summary | |
|---|---|
static NameNode.OperationCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NameNode.OperationCategory[] |
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 NameNode.OperationCategory UNCHECKED
public static final NameNode.OperationCategory READ
public static final NameNode.OperationCategory WRITE
public static final NameNode.OperationCategory CHECKPOINT
public static final NameNode.OperationCategory JOURNAL
JournalProtocol
| Method Detail |
|---|
public static NameNode.OperationCategory[] values()
for (NameNode.OperationCategory c : NameNode.OperationCategory.values()) System.out.println(c);
public static NameNode.OperationCategory 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 | |||||||||