Package | Description |
---|---|
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.protocol |
Modifier and Type | Method and Description |
---|---|
static RemoteEditLog |
PBHelper.convert(HdfsProtos.RemoteEditLogProto l) |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.RemoteEditLogProto |
PBHelper.convert(RemoteEditLog log) |
Modifier and Type | Method and Description |
---|---|
List<RemoteEditLog> |
FileJournalManager.getRemoteEditLogs(long firstTxId,
boolean forReading,
boolean inProgressOk)
Find all editlog segments starting at or above the given txid.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<RemoteEditLog,Long> |
RemoteEditLog.GET_START_TXID
Guava
Function which applies getStartTxId() |
Modifier and Type | Method and Description |
---|---|
List<RemoteEditLog> |
RemoteEditLogManifest.getLogs() |
Modifier and Type | Method and Description |
---|---|
int |
RemoteEditLog.compareTo(RemoteEditLog log) |
Constructor and Description |
---|
RemoteEditLogManifest(List<RemoteEditLog> logs) |
Copyright © 2013 Apache Software Foundation. All rights reserved.