|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogEntry
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 |
|---|
void readEntry(ByteBuffer entryBuffer,
int entrySize,
byte entryTypeVersion,
boolean readFullItem)
throws DatabaseException
DatabaseException
StringBuffer dumpEntry(StringBuffer sb,
boolean verbose)
Object getMainItem()
Object clone()
throws CloneNotSupportedException
CloneNotSupportedExceptionboolean isTransactional()
long getTransactionId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||