com.sleepycat.je.tree
Interface TreeWalkerStatsAccumulator
- All Known Implementing Classes:
- DatabaseImpl.StatsAccumulator
- public interface TreeWalkerStatsAccumulator
Accumulates stats about a tree during tree walking.
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 Sleepycat, Inc. All Rights Reserved.