com.sleepycat.je.log
Class LogManager.LogResult

java.lang.Object
  extended by com.sleepycat.je.log.LogManager.LogResult
Enclosing class:
LogManager

static class LogManager.LogResult
extends java.lang.Object

LogResult holds the multivalue return from logInternal.


Field Summary
(package private)  long currentLsn
           
(package private)  int entrySize
           
(package private)  boolean wakeupCleaner
           
 
Constructor Summary
LogManager.LogResult(long currentLsn, boolean wakeupCleaner, int entrySize)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentLsn

long currentLsn

wakeupCleaner

boolean wakeupCleaner

entrySize

int entrySize
Constructor Detail

LogManager.LogResult

LogManager.LogResult(long currentLsn,
                     boolean wakeupCleaner,
                     int entrySize)


Copyright 2004,2008 Oracle. All rights reserved.