com.sleepycat.je.tree
Interface TreeWalkerStatsAccumulator

All Known Implementing Classes:
DatabaseImpl.StatsAccumulator

public interface TreeWalkerStatsAccumulator

Accumulates stats about a tree during tree walking.


Method Summary
 void incrementDeletedLNCount()
           
 void incrementLNCount()
           
 void processBIN(BIN node, Long nid, int level)
           
 void processDBIN(DBIN node, Long nid, int level)
           
 void processDIN(DIN node, Long nid, int level)
           
 void processDupCountLN(DupCountLN node, Long nid)
           
 void processIN(IN node, Long nid, int level)
           
 

Method Detail

processIN

public void processIN(IN node,
                      Long nid,
                      int level)

processBIN

public void processBIN(BIN node,
                       Long nid,
                       int level)

processDIN

public void processDIN(DIN node,
                       Long nid,
                       int level)

processDBIN

public void processDBIN(DBIN node,
                        Long nid,
                        int level)

processDupCountLN

public void processDupCountLN(DupCountLN node,
                              Long nid)

incrementLNCount

public void incrementLNCount()

incrementDeletedLNCount

public void incrementDeletedLNCount()


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.