
public interface OWALFile extends Closeable
| Modifier and Type | Method and Description |
|---|---|
static OWALFile |
createReadWALFile(Path path,
long segmentId) |
static OWALFile |
createWriteWALFile(Path path,
long segmentId) |
void |
force(boolean forceMetadata) |
long |
position() |
void |
position(long position) |
void |
readBuffer(ByteBuffer buffer) |
long |
segmentId() |
int |
write(ByteBuffer buffer) |
void force(boolean forceMetadata)
throws IOException
IOExceptionint write(ByteBuffer buffer) throws IOException
IOExceptionlong position()
throws IOException
IOExceptionvoid position(long position)
throws IOException
IOExceptionvoid readBuffer(ByteBuffer buffer) throws IOException
IOExceptionlong segmentId()
static OWALFile createWriteWALFile(Path path, long segmentId) throws IOException
IOExceptionstatic OWALFile createReadWALFile(Path path, long segmentId) throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.