Package | Description |
---|---|
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.qjournal.client | |
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.protocol |
Modifier and Type | Method and Description |
---|---|
static RemoteEditLogManifest |
PBHelper.convert(HdfsProtos.RemoteEditLogManifestProto manifest) |
RemoteEditLogManifest |
NamenodeProtocolTranslatorPB.getEditLogManifest(long sinceTxId) |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.RemoteEditLogManifestProto |
PBHelper.convert(RemoteEditLogManifest manifest) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<RemoteEditLogManifest> |
IPCLoggerChannel.getEditLogManifest(long fromTxnId,
boolean forReading,
boolean inProgressOk) |
Modifier and Type | Method and Description |
---|---|
RemoteEditLogManifest |
FSEditLog.getEditLogManifest(long fromTxId)
Return a manifest of what finalized edit logs are available
|
RemoteEditLogManifest |
JournalSet.getEditLogManifest(long fromTxId,
boolean forReading)
Return a manifest of what finalized edit logs are available.
|
Modifier and Type | Method and Description |
---|---|
RemoteEditLogManifest |
NamenodeProtocol.getEditLogManifest(long sinceTxId)
Return a structure containing details about all edit logs
available to be fetched from the NameNode.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.