Package org.apache.hadoop.hdfs.tools.offlineImageViewer


package org.apache.hadoop.hdfs.tools.offlineImageViewer
  • Class
    Description
    org.apache.hadoop.hdfs.tools.offlineImageViewer.DepthCounter
    Utility class for tracking descent into the structure of the Visitor class (ImageVisitor, EditsVisitor etc.)
    org.apache.hadoop.hdfs.tools.offlineImageViewer.IgnoreSnapshotException
    Signals that a snapshot is ignored.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.NameDistributionVisitor
    File name distribution visitor.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer
    OfflineImageViewer to dump the contents of an Hadoop image file to XML or the console.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewerPB
    OfflineImageViewerPB to dump the contents of an Hadoop image file to XML or the console.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.PBImageCorruption
    Class representing a corruption in the PBImageCorruptionDetector processor.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.PBImageCorruptionDetector
    The PBImageCorruptionDetector detects corruptions in the image.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.PBImageDelimitedTextWriter
    A PBImageDelimitedTextWriter generates a text representation of the PB fsimage, with each element separated by a delimiter string.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.PBImageXmlWriter
    PBImageXmlWriter walks over an fsimage structure and writes out an equivalent XML document that contains the fsimage's components.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.WebImageViewer
    WebImageViewer loads a fsimage and exposes read-only WebHDFS API for its namespace.
    org.apache.hadoop.hdfs.tools.offlineImageViewer.XmlImageVisitor
    An XmlImageVisitor walks over an fsimage structure and writes out an equivalent XML document that contains the fsimage's components.