
public abstract class OOperationUnitRecord<T> extends OAbstractWALRecord
lsn| Modifier | Constructor and Description |
|---|---|
protected |
OOperationUnitRecord() |
protected |
OOperationUnitRecord(T operationUnitId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
T |
getOperationUnitId() |
int |
hashCode() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
String |
toString() |
freeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, writtenclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, isUpdateMasterRecordprotected OOperationUnitRecord()
protected OOperationUnitRecord(T operationUnitId)
public T getOperationUnitId()
public int toStream(byte[] content,
int offset)
public void toStream(ByteBuffer buffer)
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.