com.sleepycat.je.recovery
Class Checkpointer.FlushStats

java.lang.Object
  extended by 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.


Field Summary
 int nDeltaINFlush
           
 int nDeltaINFlushThisRun
           
 int nFullBINFlush
           
 int nFullBINFlushThisRun
           
 int nFullINFlush
           
 int nFullINFlushThisRun
           
 
Constructor Summary
Checkpointer.FlushStats()
           
 
Method Summary
(package private)  void resetPerRunCounters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nFullINFlush

public int nFullINFlush

nFullBINFlush

public int nFullBINFlush

nDeltaINFlush

public int nDeltaINFlush

nFullINFlushThisRun

public int nFullINFlushThisRun

nFullBINFlushThisRun

public int nFullBINFlushThisRun

nDeltaINFlushThisRun

public int nDeltaINFlushThisRun
Constructor Detail

Checkpointer.FlushStats

public Checkpointer.FlushStats()
Method Detail

resetPerRunCounters

void resetPerRunCounters()


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