Package | Description |
---|---|
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.server.protocol |
Modifier and Type | Method and Description |
---|---|
static RemoteEditLog |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogProto l) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogProto |
PBHelper.convert(RemoteEditLog log) |
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 © 2017 Apache Software Foundation. All Rights Reserved.