org.exist.storage.btree
Class TreeMetrics

java.lang.Object
  extended by org.exist.storage.btree.TreeMetrics

public class TreeMetrics
extends Object


Constructor Summary
TreeMetrics()
           
 
Method Summary
 void addDataPage()
           
 void addInnerPage()
           
 void addLeafPage()
           
 void addPage(int status)
           
 void print(PrintWriter writer)
           
 void toLogger()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeMetrics

public TreeMetrics()
Method Detail

addPage

public void addPage(int status)

addLeafPage

public void addLeafPage()

addInnerPage

public void addInnerPage()

addDataPage

public void addDataPage()

print

public void print(PrintWriter writer)

toLogger

public void toLogger()


Copyright (C) Wolfgang Meier. All rights reserved.