
public final class MetaDataRecord extends OAbstractWALRecord
lsn| Constructor and Description |
|---|
MetaDataRecord() |
MetaDataRecord(byte[] metadata) |
| Modifier and Type | Method and Description |
|---|---|
int |
fromStream(byte[] content,
int offset) |
int |
getId() |
byte[] |
getMetadata() |
int |
serializedSize() |
int |
toStream(byte[] content,
int offset) |
void |
toStream(ByteBuffer buffer) |
equals, freeBinaryContent, getBinaryContent, getBinaryContentLen, getDiskSize, getDistance, getLsn, hashCode, isWritten, setBinaryContent, setDiskSize, setDistance, setLsn, toString, toString, writtenpublic MetaDataRecord()
public MetaDataRecord(byte[] metadata)
public byte[] getMetadata()
public int toStream(byte[] content,
int offset)
public void toStream(ByteBuffer buffer)
public int fromStream(byte[] content,
int offset)
public int serializedSize()
public int getId()
Copyright © 2009–2025 OrientDB. All rights reserved.