|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.log.entry.BaseEntry
com.sleepycat.je.log.entry.SingleItemEntry
com.sleepycat.je.log.entry.BINDeltaLogEntry
public class BINDeltaLogEntry
A BINDeltaLogEntry knows how to create a whole BIN from a delta entry.
Field Summary |
---|
Fields inherited from class com.sleepycat.je.log.entry.BaseEntry |
---|
entryType, logClass |
Constructor Summary | |
---|---|
BINDeltaLogEntry(java.lang.Class logClass)
|
Method Summary | |
---|---|
DatabaseId |
getDbId()
|
IN |
getIN(EnvironmentImpl env)
|
long |
getLsnOfIN(long lastReadLsn)
|
Methods inherited from class com.sleepycat.je.log.entry.SingleItemEntry |
---|
clone, dumpEntry, getMainItem, getSize, getTransactionId, readEntry, writeEntry |
Methods inherited from class com.sleepycat.je.log.entry.BaseEntry |
---|
countAsObsoleteWhenLogged, getLogType, postLogWork, setLastLoggedSize, setLogType |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sleepycat.je.log.entry.LogEntry |
---|
countAsObsoleteWhenLogged, getLogType, postLogWork, setLastLoggedSize, setLogType |
Constructor Detail |
---|
public BINDeltaLogEntry(java.lang.Class logClass)
logClass
- Method Detail |
---|
public IN getIN(EnvironmentImpl env) throws DatabaseException
getIN
in interface INContainingEntry
DatabaseException
public DatabaseId getDbId()
getDbId
in interface INContainingEntry
public long getLsnOfIN(long lastReadLsn)
getLsnOfIN
in interface INContainingEntry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |