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 processIN(IN node, Long nid, int level)
           
 

Method Detail

processIN

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

processBIN

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

incrementLNCount

void incrementLNCount()

incrementDeletedLNCount

void incrementDeletedLNCount()


Copyright (c) 2004-2012 Oracle. All rights reserved.