| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.tools.offlineEditsViewer |
| Modifier and Type | Field | Description |
|---|---|---|
FSEditLogOpCodes |
FSEditLogOp.opCode |
| Modifier and Type | Method | Description |
|---|---|---|
static FSEditLogOpCodes |
FSEditLogOpCodes.fromByte(byte opCode) |
Converts byte to FSEditLogOpCodes enum value
|
static FSEditLogOpCodes |
FSEditLogOpCodes.valueOf(java.lang.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 | Description |
|---|---|---|
<T extends FSEditLogOp> |
FSEditLogOp.OpInstanceCache.get(FSEditLogOpCodes opCode) |
| Constructor | Description |
|---|---|
FSEditLogOp(FSEditLogOpCodes opCode) |
Constructor for an EditLog Op.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<FSEditLogOpCodes,java.lang.Long> |
StatisticsEditsVisitor.getStatistics() |
Get statistics
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.