Class RemoteEditLogManifest

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

public class RemoteEditLogManifest extends Object
An enumeration of logs available on a remote NameNode.
  • Constructor Details

    • RemoteEditLogManifest

      public RemoteEditLogManifest()
    • RemoteEditLogManifest

      public RemoteEditLogManifest(List<RemoteEditLog> logs)
    • RemoteEditLogManifest

      public RemoteEditLogManifest(List<RemoteEditLog> logs, long committedTxnId)
  • Method Details