public class NameLNLogEntry extends LNLogEntry
| Constructor and Description |
|---|
NameLNLogEntry()
Constructor to read an entry.
|
NameLNLogEntry(LogEntryType entryType,
NameLN nameLN,
DatabaseId dbId,
byte[] key,
long abortLsn,
boolean abortKnownDeleted,
Txn txn,
ReplicationContext repContext)
Constructor to write this entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuffer |
dumpEntry(java.lang.StringBuffer sb,
boolean verbose)
Extends its super class to dump database operation information.
|
DbOperationType |
getOperationType() |
ReplicatedDatabaseConfig |
getReplicatedCreateConfig() |
int |
getSize()
Extends its super class to add in database operation information.
|
DatabaseId |
getTruncateOldDbId() |
boolean |
logicalEquals(LogEntry other) |
void |
readEntry(LogEntryHeader header,
java.nio.ByteBuffer entryBuffer,
boolean readFullItem)
Extends its super class to read in database operation information.
|
void |
writeEntry(LogEntryHeader header,
java.nio.ByteBuffer destBuffer)
Extends its super class to add in database operation information.
|
clone, countAsObsoleteWhenLogged, getAbortKnownDeleted, getAbortLsn, getDbId, getDupKey, getKey, getLastLoggedSize, getLN, getMainItem, getNodeId, getTransactionId, getTxnId, getUserTxn, postLogWorkgetLogType, setLogType, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLogType, setLogTypepublic NameLNLogEntry()
public NameLNLogEntry(LogEntryType entryType, NameLN nameLN, DatabaseId dbId, byte[] key, long abortLsn, boolean abortKnownDeleted, Txn txn, ReplicationContext repContext)
public void readEntry(LogEntryHeader header, java.nio.ByteBuffer entryBuffer, boolean readFullItem) throws DatabaseException
readEntry in interface LogEntryreadEntry in class LNLogEntryDatabaseExceptionLNLogEntry.readEntry(com.sleepycat.je.log.LogEntryHeader, java.nio.ByteBuffer, boolean)public java.lang.StringBuffer dumpEntry(java.lang.StringBuffer sb,
boolean verbose)
dumpEntry in interface LogEntrydumpEntry in class LNLogEntryLNLogEntry.dumpEntry(java.lang.StringBuffer, boolean)public int getSize()
getSize in interface LogEntrygetSize in class LNLogEntryLNLogEntry.getSize()public void writeEntry(LogEntryHeader header, java.nio.ByteBuffer destBuffer)
writeEntry in interface LogEntrywriteEntry in class LNLogEntrydestBuffer - is the destination bufferLogEntry#writeToLogpublic boolean logicalEquals(LogEntry other)
logicalEquals in interface LogEntrylogicalEquals in class LNLogEntryLogEntry.logicalEquals(com.sleepycat.je.log.entry.LogEntry)public DbOperationType getOperationType()
public ReplicatedDatabaseConfig getReplicatedCreateConfig()
public DatabaseId getTruncateOldDbId()
Copyright (c) 2004,2008 Oracle. All rights reserved.