Package org.apache.hadoop.hdfs.tools.offlineEditsViewer


package org.apache.hadoop.hdfs.tools.offlineEditsViewer
  • Class
    Description
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.BinaryEditsVisitor
    BinaryEditsVisitor implements a binary EditsVisitor
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer
    This class implements an offline edits viewer, tool that can be used to view edit logs.
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flags
     
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsVisitor
    An implementation of OfflineEditsVisitor can traverse the structure of an Hadoop edits log and respond to each of the structures within the file.
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsVisitorFactory
    EditsVisitorFactory for different implementations of EditsVisitor
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.StatisticsEditsVisitor
    StatisticsEditsVisitor implements text version of EditsVisitor that aggregates counts of op codes processed
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStream
    A TeeOutputStream writes its output to multiple output streams.
    org.apache.hadoop.hdfs.tools.offlineEditsViewer.XmlEditsVisitor
    An XmlEditsVisitor walks over an EditLog structure and writes out an equivalent XML document that contains the EditLog's components.