
public class OWALChannelFile extends Object implements OWALFile
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
force(boolean forceMetadata) |
long |
position() |
void |
position(long position) |
void |
readBuffer(ByteBuffer buffer) |
long |
segmentId() |
int |
write(ByteBuffer buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateReadWALFile, createWriteWALFilepublic long position()
throws IOException
position in interface OWALFileIOExceptionpublic void position(long position)
throws IOException
position in interface OWALFileIOExceptionpublic void readBuffer(ByteBuffer buffer) throws IOException
readBuffer in interface OWALFileIOExceptionpublic void force(boolean forceMetadata)
throws IOException
force in interface OWALFileIOExceptionpublic int write(ByteBuffer buffer) throws IOException
write in interface OWALFileIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.