com.sleepycat.je.dbi
Class StartupTracker.Counter
java.lang.Object
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.
DISPLAY_COLUMNS
static String DISPLAY_COLUMNS
StartupTracker.Counter
public StartupTracker.Counter()
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.