|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogReadable
A class that implements LogReadable knows how to read itself from the JE log.
Method Summary | |
---|---|
void |
dumpLog(StringBuffer sb,
boolean verbose)
Write the object into the string buffer for log dumping. |
long |
getTransactionId()
|
boolean |
logEntryIsTransactional()
|
void |
readFromLog(ByteBuffer itemBuffer,
byte entryTypeVersion)
Initialize this object from the data in itemBuf. |
Method Detail |
---|
void readFromLog(ByteBuffer itemBuffer, byte entryTypeVersion) throws LogException
itemBuf
- the source buffer
LogException
void dumpLog(StringBuffer sb, boolean verbose)
sb
- destination string bufferverbose
- if true, dump the full, verbose versionboolean logEntryIsTransactional()
long getTransactionId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |