com.sleepycat.je.log
Class StatsFileReader.EntryInfo

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

static class StatsFileReader.EntryInfo
extends Object


Field Summary
 int count
           
 int maxBytes
           
 int minBytes
           
 int provisionalCount
           
 long totalBytes
           
 
Constructor Summary
StatsFileReader.EntryInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count

provisionalCount

public int provisionalCount

totalBytes

public long totalBytes

minBytes

public int minBytes

maxBytes

public int maxBytes
Constructor Detail

StatsFileReader.EntryInfo

StatsFileReader.EntryInfo()


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