org.apache.hadoop.hdfs.server.protocol
Class RemoteEditLogManifest

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.protocol.RemoteEditLogManifest

public class RemoteEditLogManifest
extends Object

An enumeration of logs available on a remote NameNode.


Constructor Summary
RemoteEditLogManifest()
           
RemoteEditLogManifest(List<RemoteEditLog> logs)
           
 
Method Summary
 List<RemoteEditLog> getLogs()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteEditLogManifest

public RemoteEditLogManifest()

RemoteEditLogManifest

public RemoteEditLogManifest(List<RemoteEditLog> logs)
Method Detail

getLogs

public List<RemoteEditLog> getLogs()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.