|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Log entry allows you to read, write and dump a database log entry. Each entry may be made up of one or more loggable items.
Method Summary | |
Object |
clone()
|
StringBuffer |
dumpEntry(StringBuffer sb,
boolean verbose)
Print out the contents of an entry. |
Object |
getMainItem()
|
long |
getTransactionId()
|
boolean |
isTransactional()
|
void |
readEntry(ByteBuffer entryBuffer,
int entrySize,
byte entryTypeVersion,
boolean readFullItem)
Read in an log entry. |
Method Detail |
public void readEntry(ByteBuffer entryBuffer, int entrySize, byte entryTypeVersion, boolean readFullItem) throws DatabaseException
DatabaseException
public StringBuffer dumpEntry(StringBuffer sb, boolean verbose)
public Object getMainItem()
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
public boolean isTransactional()
public long getTransactionId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |