| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.qjournal.client | |
| org.apache.hadoop.hdfs.qjournal.server | |
| org.apache.hadoop.hdfs.server.namenode | |
| org.apache.hadoop.hdfs.server.protocol |
| Modifier and Type | Method | Description |
|---|---|---|
static RemoteEditLogManifest |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto manifest) |
|
RemoteEditLogManifest |
NamenodeProtocolTranslatorPB.getEditLogManifest(long sinceTxId) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto |
PBHelper.convert(RemoteEditLogManifest manifest) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.thirdparty.com.google.common.util.concurrent.ListenableFuture<RemoteEditLogManifest> |
IPCLoggerChannel.getEditLogManifest(long fromTxnId,
boolean inProgressOk) |
| Modifier and Type | Method | Description |
|---|---|---|
RemoteEditLogManifest |
Journal.getEditLogManifest(long sinceTxId,
boolean inProgressOk) |
| Modifier and Type | Method | Description |
|---|---|---|
RemoteEditLogManifest |
FSEditLog.getEditLogManifest(long fromTxId) |
Return a manifest of what finalized edit logs are available
|
RemoteEditLogManifest |
JournalSet.getEditLogManifest(long fromTxId) |
Return a manifest of what finalized edit logs are available.
|
RemoteEditLogManifest |
NameNodeRpcServer.getEditLogManifest(long sinceTxId) |
| Modifier and Type | Method | Description |
|---|---|---|
RemoteEditLogManifest |
NamenodeProtocol.getEditLogManifest(long sinceTxId) |
Return a structure containing details about all edit logs
available to be fetched from the NameNode.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.