
public interface OWALRecord
| Modifier and Type | Method and Description |
|---|---|
int |
fromStream(byte[] content,
int offset) |
OLogSequenceNumber |
getLsn() |
boolean |
isUpdateMasterRecord() |
int |
serializedSize() |
void |
setLsn(OLogSequenceNumber lsn) |
int |
toStream(byte[] content,
int offset) |
int toStream(byte[] content,
int offset)
int fromStream(byte[] content,
int offset)
int serializedSize()
boolean isUpdateMasterRecord()
OLogSequenceNumber getLsn()
void setLsn(OLogSequenceNumber lsn)
Copyright © 2009–2025 OrientDB. All rights reserved.