Uses of Class
org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest
Packages that use RemoteEditLogManifest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RemoteEditLogManifest in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return RemoteEditLogManifestModifier and TypeMethodDescriptionstatic RemoteEditLogManifestPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto manifest) NamenodeProtocolTranslatorPB.getEditLogManifest(long sinceTxId) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type RemoteEditLogManifestModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoPBHelper.convert(RemoteEditLogManifest manifest) -
Uses of RemoteEditLogManifest in org.apache.hadoop.hdfs.qjournal.client
Methods in org.apache.hadoop.hdfs.qjournal.client that return types with arguments of type RemoteEditLogManifestModifier and TypeMethodDescriptionorg.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<RemoteEditLogManifest>IPCLoggerChannel.getEditLogManifest(long fromTxnId, boolean inProgressOk) -
Uses of RemoteEditLogManifest in org.apache.hadoop.hdfs.qjournal.server
Methods in org.apache.hadoop.hdfs.qjournal.server that return RemoteEditLogManifestModifier and TypeMethodDescriptionJournal.getEditLogManifest(long sinceTxId, boolean inProgressOk) -
Uses of RemoteEditLogManifest in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return RemoteEditLogManifestModifier and TypeMethodDescriptionFSEditLog.getEditLogManifest(long fromTxId) Return a manifest of what finalized edit logs are availableJournalSet.getEditLogManifest(long fromTxId) Return a manifest of what finalized edit logs are available.NameNodeRpcServer.getEditLogManifest(long sinceTxId) -
Uses of RemoteEditLogManifest in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return RemoteEditLogManifestModifier and TypeMethodDescriptionNamenodeProtocol.getEditLogManifest(long sinceTxId) Return a structure containing details about all edit logs available to be fetched from the NameNode.