Package org.apache.hadoop.hdfs.tools.offlineEditsViewer
package org.apache.hadoop.hdfs.tools.offlineEditsViewer
-
ClassDescriptionorg.apache.hadoop.hdfs.tools.offlineEditsViewer.BinaryEditsVisitorBinaryEditsVisitor implements a binary EditsVisitororg.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewerThis class implements an offline edits viewer, tool that can be used to view edit logs.org.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsViewer.Flagsorg.apache.hadoop.hdfs.tools.offlineEditsViewer.OfflineEditsVisitorAn 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.OfflineEditsVisitorFactoryEditsVisitorFactory for different implementations of EditsVisitororg.apache.hadoop.hdfs.tools.offlineEditsViewer.StatisticsEditsVisitorStatisticsEditsVisitor implements text version of EditsVisitor that aggregates counts of op codes processedorg.apache.hadoop.hdfs.tools.offlineEditsViewer.TeeOutputStreamA TeeOutputStream writes its output to multiple output streams.org.apache.hadoop.hdfs.tools.offlineEditsViewer.XmlEditsVisitorAn XmlEditsVisitor walks over an EditLog structure and writes out an equivalent XML document that contains the EditLog's components.