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

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

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.