|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.log.entry.SingleItemLogEntry
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.SingleItemLogEntry |
---|
item |
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.SingleItemLogEntry |
---|
clone, dumpEntry, getMainItem, getNewInstance, getTransactionId, isTransactional, readEntry |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |