
public final class OWALRecordsFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static OWALRecordsFactory |
INSTANCE |
| Constructor and Description |
|---|
OWALRecordsFactory() |
| Modifier and Type | Method and Description |
|---|---|
OWriteableWALRecord |
fromStream(byte[] content) |
void |
registerNewRecord(byte id,
Class<? extends OWriteableWALRecord> type) |
static OPair<ByteBuffer,Long> |
toStream(OWriteableWALRecord walRecord) |
public static final OWALRecordsFactory INSTANCE
public static OPair<ByteBuffer,Long> toStream(OWriteableWALRecord walRecord)
public OWriteableWALRecord fromStream(byte[] content)
public void registerNewRecord(byte id,
Class<? extends OWriteableWALRecord> type)
Copyright © 2009–2025 OrientDB. All rights reserved.