public class BINDeltaLogEntry extends SingleItemEntry implements INContainingEntry
| Constructor and Description |
|---|
BINDeltaLogEntry(BINDelta delta)
Construct a log entry for writing to the log.
|
BINDeltaLogEntry(java.lang.Class<BINDelta> logClass) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseId |
getDbId() |
IN |
getIN(DatabaseImpl dbImpl) |
long |
getPrevDeltaLsn() |
long |
getPrevFullLsn() |
java.lang.Object |
getResolvedItem(DatabaseImpl dbImpl)
Resolve a BINDelta item by fetching the full BIN and merging the delta.
|
dumpEntry, dumpRep, getMainItem, getSize, getTransactionId, logicalEquals, readEntry, writeEntryclone, getLastLoggedSize, getLogType, getNoArgsConstructor, isDeleted, newInstanceOfType, newInstanceOfType, postFetchInit, postLogWork, setLogType, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getLastLoggedSize, getLogType, isDeleted, postLogWork, setLogTypepublic BINDeltaLogEntry(java.lang.Class<BINDelta> logClass)
logClass - public BINDeltaLogEntry(BINDelta delta)
public java.lang.Object getResolvedItem(DatabaseImpl dbImpl)
getResolvedItem in interface LogEntrygetResolvedItem in class BaseEntrypublic IN getIN(DatabaseImpl dbImpl) throws DatabaseException
getIN in interface INContainingEntryDatabaseExceptionpublic DatabaseId getDbId()
getDbId in interface INContainingEntrygetDbId in interface LogEntrygetDbId in class SingleItemEntrypublic long getPrevFullLsn()
getPrevFullLsn in interface INContainingEntrypublic long getPrevDeltaLsn()
getPrevDeltaLsn in interface INContainingEntryCopyright (c) 2004-2012 Oracle. All rights reserved.