|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.store.logical.log.LogicalLogRecord
The implementation of a Logical Log Record
LogicalLogger
,
Serialized FormConstructor Summary | |
LogicalLogRecord(int lsn,
int prevTransLsn,
int transid,
LogicalLoggable operation)
Constructor for creating a logical log record |
Method Summary | |
int |
getLsn()
Get the lsn for this log record |
LogicalLoggable |
getOperation()
|
int |
getPrevTransLsn()
Get prevTransLsn |
int |
getTransId()
Get transId |
java.lang.String |
toString()
toString, created for debugging purposes, shows the contents of the log record |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LogicalLogRecord(int lsn, int prevTransLsn, int transid, LogicalLoggable operation)
lsn
- the lsn of the log recordprevTransLsn
- the previous lsn for this transactiontransid
- the transaction id of the owner transactionoperation
- the operation this log record corresponds toMethod Detail |
public int getLsn()
public int getPrevTransLsn()
public int getTransId()
public java.lang.String toString()
public LogicalLoggable getOperation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |