com.sleepycat.je.log
Class WholeEntry

java.lang.Object
  extended by com.sleepycat.je.log.WholeEntry

public class WholeEntry
extends Object

This class packages the log entry header and the log entry "contents" together for the use of components that need information from both parts.


Constructor Summary
WholeEntry(LogEntryHeader header, LogEntry entry)
           
 
Method Summary
 LogEntry getEntry()
           
 LogEntryHeader getHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholeEntry

WholeEntry(LogEntryHeader header,
           LogEntry entry)
Method Detail

getHeader

public LogEntryHeader getHeader()

getEntry

public LogEntry getEntry()


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