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