| 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.server.namenode | |
| org.apache.hadoop.hdfs.server.protocol |
| Modifier and Type | Method | Description |
|---|---|---|
static RemoteEditLog |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogProto l) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogProto |
PBHelper.convert(RemoteEditLog log) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<RemoteEditLog> |
FileJournalManager.getRemoteEditLogs(long firstTxId,
boolean inProgressOk) |
Find all editlog segments starting at or above the given txid.
|
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.function.Function<RemoteEditLog,java.lang.Long> |
RemoteEditLog.GET_START_TXID |
Java
Function which applies getStartTxId() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<RemoteEditLog> |
RemoteEditLogManifest.getLogs() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
RemoteEditLog.compareTo(RemoteEditLog log) |
| Constructor | Description |
|---|---|
RemoteEditLogManifest(java.util.List<RemoteEditLog> logs) |
|
RemoteEditLogManifest(java.util.List<RemoteEditLog> logs,
long committedTxnId) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.