Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.tools.offlineEditsViewer |
Modifier and Type | Field and Description |
---|---|
FSEditLogOpCodes |
FSEditLogOp.opCode |
Modifier and Type | Method and Description |
---|---|
static FSEditLogOpCodes |
FSEditLogOpCodes.fromByte(byte opCode)
Converts byte to FSEditLogOpCodes enum value
|
static FSEditLogOpCodes |
FSEditLogOpCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSEditLogOpCodes[] |
FSEditLogOpCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FSEditLogOp |
FSEditLogOp.OpInstanceCache.get(FSEditLogOpCodes opcode) |
Modifier and Type | Method and Description |
---|---|
Map<FSEditLogOpCodes,Long> |
StatisticsEditsVisitor.getStatistics()
Get statistics
|
Copyright © 2013 Apache Software Foundation. All rights reserved.