Class OWALChannelFile
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.cas.OWALChannelFile
- All Implemented Interfaces:
OWALFile,Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidforce(boolean forceMetadata) longposition()voidposition(long position) voidreadBuffer(ByteBuffer buffer) longintwrite(ByteBuffer buffer)
-
Method Details
-
position
- Specified by:
positionin interfaceOWALFile- Throws:
IOException
-
position
- Specified by:
positionin interfaceOWALFile- Throws:
IOException
-
readBuffer
- Specified by:
readBufferin interfaceOWALFile- Throws:
IOException
-
segmentId
public long segmentId() -
force
- Specified by:
forcein interfaceOWALFile- Throws:
IOException
-
write
- Specified by:
writein interfaceOWALFile- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-