Class DepthCounter
java.lang.Object
org.apache.hadoop.hdfs.tools.offlineImageViewer.DepthCounter
Utility class for tracking descent into the structure of the
Visitor class (ImageVisitor, EditsVisitor etc.)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DepthCounter
public DepthCounter()
-
-
Method Details
-
incLevel
public void incLevel() -
decLevel
public void decLevel() -
getLevel
public int getLevel()
-