|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.log.RedoLogRecord
public class RedoLogRecord
Represents a redo-log record. Such records are only used when recovering.
| Field Summary | |
|---|---|
byte[] |
data
The data. |
int |
offset
The offset in the data byte array. |
int |
recordId
The position in the data file. |
int |
sequenceId
The sequence id. |
Storage |
storage
The storage object to where this log record belongs to. |
| Constructor Summary | |
|---|---|
RedoLogRecord()
|
|
| Method Summary | |
|---|---|
int |
getSize()
Get the estimated memory size used by this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Storage storage
public int sequenceId
public int recordId
public int offset
public byte[] data
| Constructor Detail |
|---|
public RedoLogRecord()
| Method Detail |
|---|
public int getSize()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||