|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.txn.TxnEnd
com.sleepycat.je.txn.TxnCommit
public class TxnCommit
This class writes out a transaction commit or transaction end record.
Field Summary |
---|
Fields inherited from class com.sleepycat.je.txn.TxnEnd |
---|
id, time |
Constructor Summary | |
---|---|
TxnCommit()
For constructing from the log. |
|
TxnCommit(long id,
long lastLsn)
|
Method Summary | |
---|---|
LogEntryType |
getLogType()
All objects that are reponsible for a generating a type of log entry must implement this. |
protected java.lang.String |
getTagName()
|
Methods inherited from class com.sleepycat.je.txn.TxnEnd |
---|
countAsObsoleteWhenLogged, dumpLog, getId, getLastLsn, getLogSize, getTransactionId, logEntryIsTransactional, marshallOutsideWriteLatch, postLogWork, readFromLog, writeToLog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TxnCommit(long id, long lastLsn)
public TxnCommit()
Method Detail |
---|
public LogEntryType getLogType()
LoggableObject
getLogType
in interface LoggableObject
getLogType
in class TxnEnd
TxnEnd.getLogType()
protected java.lang.String getTagName()
getTagName
in class TxnEnd
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |