Uses of Class
org.apache.hadoop.hdfs.server.protocol.RemoteEditLog

Packages that use RemoteEditLog
org.apache.hadoop.hdfs.protocolPB   
org.apache.hadoop.hdfs.server.protocol   
 

Uses of RemoteEditLog in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return RemoteEditLog
static RemoteEditLog PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.RemoteEditLogProto l)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type RemoteEditLog
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.RemoteEditLogProto PBHelper.convert(RemoteEditLog log)
           
 

Uses of RemoteEditLog in org.apache.hadoop.hdfs.server.protocol
 

Fields in org.apache.hadoop.hdfs.server.protocol with type parameters of type RemoteEditLog
static com.google.common.base.Function<RemoteEditLog,Long> RemoteEditLog.GET_START_TXID
          Guava Function which applies getStartTxId()
 

Methods in org.apache.hadoop.hdfs.server.protocol that return types with arguments of type RemoteEditLog
 List<RemoteEditLog> RemoteEditLogManifest.getLogs()
           
 

Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type RemoteEditLog
 int RemoteEditLog.compareTo(RemoteEditLog log)
           
 

Constructor parameters in org.apache.hadoop.hdfs.server.protocol with type arguments of type RemoteEditLog
RemoteEditLogManifest(List<RemoteEditLog> logs)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.