com.sleepycat.je.cleaner
Class INSummary

java.lang.Object
  extended by com.sleepycat.je.cleaner.INSummary

public class INSummary
extends Object

Used to trace the relative numbers of full INs and BINDeltas that are obsolete vs active. May be used in the future for adjusting utilization.


Field Summary
 int obsoleteBINDeltaCount
           
 int obsoleteBINDeltaSize
           
 int obsoleteINCount
           
 int obsoleteINSize
           
 int totalBINDeltaCount
           
 int totalBINDeltaSize
           
 int totalINCount
           
 int totalINSize
           
 
Constructor Summary
INSummary()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

totalINCount

public int totalINCount

totalINSize

public int totalINSize

totalBINDeltaCount

public int totalBINDeltaCount

totalBINDeltaSize

public int totalBINDeltaSize

obsoleteINCount

public int obsoleteINCount

obsoleteINSize

public int obsoleteINSize

obsoleteBINDeltaCount

public int obsoleteBINDeltaCount

obsoleteBINDeltaSize

public int obsoleteBINDeltaSize
Constructor Detail

INSummary

public INSummary()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004-2012 Oracle. All rights reserved.