java.lang.Object
org.apache.hadoop.hdfs.tools.offlineImageViewer.DepthCounter

@Private @Unstable public class DepthCounter extends Object
Utility class for tracking descent into the structure of the Visitor class (ImageVisitor, EditsVisitor etc.)
  • Constructor Details

    • DepthCounter

      public DepthCounter()
  • Method Details

    • incLevel

      public void incLevel()
    • decLevel

      public void decLevel()
    • getLevel

      public int getLevel()