Uses of Enum Class
org.apache.hadoop.hdfs.server.namenode.FSEditLogOpCodes
Packages that use FSEditLogOpCodes
Package
Description
-
Uses of FSEditLogOpCodes in org.apache.hadoop.hdfs.server.namenode
Fields in org.apache.hadoop.hdfs.server.namenode declared as FSEditLogOpCodesMethods in org.apache.hadoop.hdfs.server.namenode that return FSEditLogOpCodesModifier and TypeMethodDescriptionstatic FSEditLogOpCodesFSEditLogOpCodes.fromByte(byte opCode) Converts byte to FSEditLogOpCodes enum valuestatic FSEditLogOpCodesReturns the enum constant of this class with the specified name.static FSEditLogOpCodes[]FSEditLogOpCodes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSEditLogOpCodesModifier and TypeMethodDescription<T extends FSEditLogOp>
TFSEditLogOp.OpInstanceCache.get(FSEditLogOpCodes opCode) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type FSEditLogOpCodesModifierConstructorDescriptionprotectedFSEditLogOp(FSEditLogOpCodes opCode) Constructor for an EditLog Op. -
Uses of FSEditLogOpCodes in org.apache.hadoop.hdfs.tools.offlineEditsViewer
Methods in org.apache.hadoop.hdfs.tools.offlineEditsViewer that return types with arguments of type FSEditLogOpCodes