
public abstract class OOperationUnitRecordV2 extends OAbstractWALRecord
lsn| Modifier | Constructor and Description |
|---|---|
protected |
OOperationUnitRecordV2() |
protected |
OOperationUnitRecordV2(long operationUnitId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
fromStream(byte[] content,
int offset) |
long |
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 OOperationUnitRecordV2()
protected OOperationUnitRecordV2(long operationUnitId)
public long 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.