com.sleepycat.je.dbi
Class DatabaseImpl.StatsAccumulator
java.lang.Object
com.sleepycat.je.dbi.DatabaseImpl.StatsAccumulator
- All Implemented Interfaces:
- TreeWalkerStatsAccumulator
- Enclosing class:
- DatabaseImpl
static class DatabaseImpl.StatsAccumulator
- extends Object
- implements TreeWalkerStatsAccumulator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
progressStream
PrintStream progressStream
progressInterval
int progressInterval
DatabaseImpl.StatsAccumulator
DatabaseImpl.StatsAccumulator(PrintStream progressStream,
int progressInterval)
verifyNode
void verifyNode(Node node)
processIN
public void processIN(IN node,
Long nid,
int level)
- Specified by:
processIN
in interface TreeWalkerStatsAccumulator
processBIN
public void processBIN(BIN node,
Long nid,
int level)
- Specified by:
processBIN
in interface TreeWalkerStatsAccumulator
incrementLNCount
public void incrementLNCount()
- Specified by:
incrementLNCount
in interface TreeWalkerStatsAccumulator
incrementDeletedLNCount
public void incrementDeletedLNCount()
- Specified by:
incrementDeletedLNCount
in interface TreeWalkerStatsAccumulator
getINNodeIdsSeen
Set<Long> getINNodeIdsSeen()
getBINNodeIdsSeen
Set<Long> getBINNodeIdsSeen()
getINsByLevel
long[] getINsByLevel()
getBINsByLevel
long[] getBINsByLevel()
getBINEntriesHistogram
long[] getBINEntriesHistogram()
getLNCount
long getLNCount()
getDeletedLNCount
long getDeletedLNCount()
getMainTreeMaxDepth
int getMainTreeMaxDepth()
Copyright (c) 2004-2012 Oracle. All rights reserved.