Interface OWALFile
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
OWALChannelFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic OWALFilecreateReadWALFile(Path path, long segmentId) static OWALFilecreateWriteWALFile(Path path, long segmentId) voidforce(boolean forceMetadata) longposition()voidposition(long position) voidreadBuffer(ByteBuffer buffer) longintwrite(ByteBuffer buffer)
-
Method Details
-
force
- Throws:
IOException
-
write
- Throws:
IOException
-
position
- Throws:
IOException
-
position
- Throws:
IOException
-
readBuffer
- Throws:
IOException
-
segmentId
long segmentId() -
createWriteWALFile
- Throws:
IOException
-
createReadWALFile
- Throws:
IOException
-