Uses of Class
org.apache.hadoop.hdfs.server.namenode.EditLogInputStream
Packages that use EditLogInputStream
-
Uses of EditLogInputStream in org.apache.hadoop.hdfs.qjournal.client
Method parameters in org.apache.hadoop.hdfs.qjournal.client with type arguments of type EditLogInputStreamModifier and TypeMethodDescriptionvoidQuorumJournalManager.selectInputStreams(Collection<EditLogInputStream> streams, long fromTxnId, boolean inProgressOk) voidQuorumJournalManager.selectInputStreams(Collection<EditLogInputStream> streams, long fromTxnId, boolean inProgressOk, boolean onlyDurableTxns) -
Uses of EditLogInputStream in org.apache.hadoop.hdfs.server.namenode
Subclasses of EditLogInputStream in org.apache.hadoop.hdfs.server.namenodeModifier and TypeClassDescriptionclassAn implementation of the abstract classEditLogInputStream, which reads edits from a file.Fields in org.apache.hadoop.hdfs.server.namenode with type parameters of type EditLogInputStreamModifier and TypeFieldDescriptionstatic final Comparator<EditLogInputStream>JournalSet.EDIT_LOG_INPUT_STREAM_COMPARATORMethods in org.apache.hadoop.hdfs.server.namenode that return EditLogInputStreamModifier and TypeMethodDescriptionstatic EditLogInputStreamEditLogFileInputStream.fromByteString(org.apache.hadoop.thirdparty.protobuf.ByteString bytes, long startTxId, long endTxId, boolean inProgress) Create an EditLogInputStream from aByteString, i.e. an in-memory collection of bytes.static EditLogInputStreamEditLogFileInputStream.fromUrl(org.apache.hadoop.hdfs.web.URLConnectionFactory connectionFactory, URL url, long startTxId, long endTxId, boolean inProgress) Open an EditLogInputStream for the given URL.Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type EditLogInputStreamModifier and TypeMethodDescriptionFSEditLog.selectInputStreams(long fromTxId, long toAtLeastTxId) FSEditLog.selectInputStreams(long fromTxId, long toAtLeastTxId, MetaRecoveryContext recovery, boolean inProgressOK) FSEditLog.selectInputStreams(long fromTxId, long toAtLeastTxId, MetaRecoveryContext recovery, boolean inProgressOk, boolean onlyDurableTxns) Select a list of input streams.Method parameters in org.apache.hadoop.hdfs.server.namenode with type arguments of type EditLogInputStreamModifier and TypeMethodDescriptionstatic voidJournalSet.chainAndMakeRedundantStreams(Collection<EditLogInputStream> outStreams, PriorityQueue<EditLogInputStream> allStreams, long fromTxId) static voidJournalSet.chainAndMakeRedundantStreams(Collection<EditLogInputStream> outStreams, PriorityQueue<EditLogInputStream> allStreams, long fromTxId) longFSImage.loadEdits(Iterable<EditLogInputStream> editStreams, FSNamesystem target) Load the specified list of edit files into the image.longFSImage.loadEdits(Iterable<EditLogInputStream> editStreams, FSNamesystem target, long maxTxnsToRead, HdfsServerConstants.StartupOption startOpt, MetaRecoveryContext recovery) voidFileJournalManager.selectInputStreams(Collection<EditLogInputStream> streams, long fromTxnId, boolean inProgressOk) voidFileJournalManager.selectInputStreams(Collection<EditLogInputStream> streams, long fromTxId, boolean inProgressOk, boolean onlyDurableTxns) voidFSEditLog.selectInputStreams(Collection<EditLogInputStream> streams, long fromTxId, boolean inProgressOk, boolean onlyDurableTxns) voidJournalSet.selectInputStreams(Collection<EditLogInputStream> streams, long fromTxId, boolean inProgressOk, boolean onlyDurableTxns) In this function, we get a bunch of streams from all of our JournalManager objects.