|
|||||||||
| 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 | |
|---|---|
java.lang.Object |
clone()
|
java.lang.StringBuffer |
dumpEntry(java.lang.StringBuffer sb,
boolean verbose)
Print out the contents of an entry. |
java.lang.Object |
getMainItem()
|
long |
getTransactionId()
|
boolean |
isTransactional()
|
void |
readEntry(java.nio.ByteBuffer entryBuffer,
int entrySize,
byte entryTypeVersion,
boolean readFullItem)
Read in an log entry. |
| Method Detail |
|---|
void readEntry(java.nio.ByteBuffer entryBuffer,
int entrySize,
byte entryTypeVersion,
boolean readFullItem)
throws DatabaseException
DatabaseException
java.lang.StringBuffer dumpEntry(java.lang.StringBuffer sb,
boolean verbose)
java.lang.Object getMainItem()
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionboolean isTransactional()
long getTransactionId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||