com.sleepycat.je.log
Class LogUtils.HeaderAndEntry

java.lang.Object
  extended by com.sleepycat.je.log.LogUtils.HeaderAndEntry
Enclosing class:
LogUtils

public static class LogUtils.HeaderAndEntry
extends java.lang.Object


Field Summary
 LogEntry entry
           
 LogEntryHeader header
           
 
Method Summary
 boolean logicalEquals(LogUtils.HeaderAndEntry other)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

header

public LogEntryHeader header

entry

public LogEntry entry
Method Detail

logicalEquals

public boolean logicalEquals(LogUtils.HeaderAndEntry other)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object