
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 |
|---|---|
WriteableWALRecord |
fromStream(byte[] content) |
void |
registerNewRecord(int id,
Class<? extends WriteableWALRecord> type) |
static ByteBuffer |
toStream(WriteableWALRecord walRecord) |
public static final OWALRecordsFactory INSTANCE
public static ByteBuffer toStream(WriteableWALRecord walRecord)
public WriteableWALRecord fromStream(byte[] content)
public void registerNewRecord(int id,
Class<? extends WriteableWALRecord> type)
Copyright © 2009–2025 OrientDB. All rights reserved.