com.sleepycat.je.log
Class WholeEntry
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WholeEntry
WholeEntry(LogEntryHeader header,
LogEntry entry)
getHeader
public LogEntryHeader getHeader()
getEntry
public LogEntry getEntry()
Copyright (c) 2004-2010 Oracle. All rights reserved.