Uses of Class
org.apache.hadoop.hdfs.server.namenode.FSEditLogOp
Packages that use FSEditLogOp
Package
Description
-
Uses of FSEditLogOp in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with type parameters of type FSEditLogOpModifier and TypeMethodDescription<T extends FSEditLogOp>
TFSEditLogOp.OpInstanceCache.get(FSEditLogOpCodes opCode) Methods in org.apache.hadoop.hdfs.server.namenode that return FSEditLogOpModifier and TypeMethodDescriptionabstract FSEditLogOpFSEditLogOp.Reader.decodeOp()Read an opcode from the input stream.protected FSEditLogOpEditLogFileInputStream.nextOp()protected abstract FSEditLogOpEditLogInputStream.nextOp()Get the next operation from the stream storage.protected FSEditLogOpEditLogFileInputStream.nextValidOp()protected FSEditLogOpEditLogInputStream.nextValidOp()Get the next valid operation from the stream storage.EditLogInputStream.readOp()Read an operation from the streamFSEditLogOp.Reader.readOp(boolean skipBrokenEdits) Read an operation from the input stream.Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FSEditLogOpMethods in org.apache.hadoop.hdfs.server.namenode with parameters of type FSEditLogOpModifier and TypeMethodDescriptionprotected voidFSEditLog.beginTransaction(FSEditLogOp op) static org.apache.hadoop.hdfs.inotify.EventBatchInotifyFSEditLogOpTranslator.translate(FSEditLogOp op) voidEditLogFileOutputStream.write(FSEditLogOp op) abstract voidEditLogOutputStream.write(FSEditLogOp op) Write edits log operation to the stream.voidEditsDoubleBuffer.writeOp(FSEditLogOp op, int logVersion) voidFSEditLogOp.Writer.writeOp(FSEditLogOp op, int logVersion) Write an operation to the output stream -
Uses of FSEditLogOp in org.apache.hadoop.hdfs.tools.offlineEditsViewer
Methods in org.apache.hadoop.hdfs.tools.offlineEditsViewer with parameters of type FSEditLogOpModifier and TypeMethodDescriptionvoidBinaryEditsVisitor.visitOp(FSEditLogOp op) voidOfflineEditsVisitor.visitOp(FSEditLogOp op) Begin visiting an element that encloses another element, such as the beginning of the list of blocks that comprise a file.voidStatisticsEditsVisitor.visitOp(FSEditLogOp op) voidXmlEditsVisitor.visitOp(FSEditLogOp op)