com.sleepycat.je.dbi
Class StartupTracker.Counter

java.lang.Object
  extended by com.sleepycat.je.dbi.StartupTracker.Counter
Enclosing class:
StartupTracker

public static class StartupTracker.Counter
extends Object

Record number of log entries processed during a given recovery phase.


Field Summary
(package private) static String DISPLAY_COLUMNS
           
 
Constructor Summary
StartupTracker.Counter()
           
 
Method Summary
 int getNumProcessed()
           
 void incNumAux()
          Keep track of auxiliary log entries processed during this pass.
 void incNumDeleted()
           
 void incNumProcessed()
           
 void incNumRead()
           
 void setCacheMissEnd(long miss)
           
 void setCacheMissStart(long miss)
           
 void setRepeatIteratorReads(long repeats)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DISPLAY_COLUMNS

static String DISPLAY_COLUMNS
Constructor Detail

StartupTracker.Counter

public StartupTracker.Counter()
Method Detail

incNumRead

public void incNumRead()

incNumProcessed

public void incNumProcessed()

incNumDeleted

public void incNumDeleted()

incNumAux

public void incNumAux()
Keep track of auxiliary log entries processed during this pass. For example, LNs are the main target of the undoLN pass, but we also read aborts and commits.


setRepeatIteratorReads

public void setRepeatIteratorReads(long repeats)

setCacheMissStart

public void setCacheMissStart(long miss)

setCacheMissEnd

public void setCacheMissEnd(long miss)

toString

public String toString()
Overrides:
toString in class Object

getNumProcessed

public int getNumProcessed()


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