com.sleepycat.je.recovery
Class Checkpointer.FlushStats
java.lang.Object
com.sleepycat.je.recovery.Checkpointer.FlushStats
- Enclosing class:
- Checkpointer
public static class Checkpointer.FlushStats
- extends Object
A struct to hold log flushing stats for checkpoint and database sync.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nFullINFlush
public int nFullINFlush
nFullBINFlush
public int nFullBINFlush
nDeltaINFlush
public int nDeltaINFlush
nFullINFlushThisRun
public int nFullINFlushThisRun
nFullBINFlushThisRun
public int nFullBINFlushThisRun
nDeltaINFlushThisRun
public int nDeltaINFlushThisRun
Checkpointer.FlushStats
public Checkpointer.FlushStats()
resetPerRunCounters
void resetPerRunCounters()
Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.