com.sleepycat.je.log
Class StatsFileReader.CheckpointCounter

java.lang.Object
  extended by com.sleepycat.je.log.StatsFileReader.CheckpointCounter
Enclosing class:
StatsFileReader

static class StatsFileReader.CheckpointCounter
extends Object


Field Summary
 long endCkptLsn
           
 int postStartLNCount
           
 int postStartLNTxnCount
           
 int postStartMapLNCount
           
 int postStartMapLNTxnCount
           
 int preStartLNCount
           
 int preStartLNTxnCount
           
 int preStartMapLNCount
           
 int preStartMapLNTxnCount
           
 long startCkptLsn
           
 
Constructor Summary
StatsFileReader.CheckpointCounter()
           
 
Method Summary
 void increment(FileReader reader, byte currentEntryTypeNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startCkptLsn

public long startCkptLsn

endCkptLsn

public long endCkptLsn

preStartLNTxnCount

public int preStartLNTxnCount

preStartLNCount

public int preStartLNCount

preStartMapLNTxnCount

public int preStartMapLNTxnCount

preStartMapLNCount

public int preStartMapLNCount

postStartLNTxnCount

public int postStartLNTxnCount

postStartLNCount

public int postStartLNCount

postStartMapLNTxnCount

public int postStartMapLNTxnCount

postStartMapLNCount

public int postStartMapLNCount
Constructor Detail

StatsFileReader.CheckpointCounter

StatsFileReader.CheckpointCounter()
Method Detail

increment

public void increment(FileReader reader,
                      byte currentEntryTypeNum)


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