
public abstract class OOperationUnitRecord extends OAbstractWALRecord
lsn| Modifier | Constructor and Description |
|---|---|
protected |
OOperationUnitRecord() |
protected |
OOperationUnitRecord(OOperationUnitId operationUnitId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
OOperationUnitId |
getOperationUnitId() |
int |
hashCode() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
String |
toString() |
getLsn, setLsn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisUpdateMasterRecordprotected OOperationUnitRecord()
protected OOperationUnitRecord(OOperationUnitId operationUnitId)
public OOperationUnitId getOperationUnitId()
public int toStream(byte[] content,
int offset)
public int fromStream(byte[] content,
int offset)
public int serializedSize()
public boolean equals(Object o)
equals in class OAbstractWALRecordpublic int hashCode()
hashCode in class OAbstractWALRecordpublic String toString()
toString in class OAbstractWALRecordCopyright © 2009–2025 OrientDB. All rights reserved.