Interface AbstractWalRecordsIterator.AbstractFileDescriptor
-
- All Known Implementing Classes:
FileDescriptor
- Enclosing class:
- AbstractWalRecordsIterator
protected static interface AbstractWalRecordsIterator.AbstractFileDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filefile()longidx()booleanisCompressed()SegmentIOtoReadOnlyIO(FileIOFactory fileIOFactory)Make fileIo by this description.
-
-
-
Method Detail
-
isCompressed
boolean isCompressed()
-
file
File file()
-
idx
long idx()
-
toReadOnlyIO
SegmentIO toReadOnlyIO(FileIOFactory fileIOFactory) throws IOException
Make fileIo by this description.- Parameters:
fileIOFactory- Factory for fileIo creation.- Returns:
- One of implementation of
FileIO. - Throws:
IOException- if creation of fileIo was not success.
-
-