Interface AbstractWalRecordsIterator.AbstractReadFileHandle
-
- All Known Implementing Classes:
FileWriteAheadLogManager.ReadFileHandle
- Enclosing class:
- AbstractWalRecordsIterator
protected static interface AbstractWalRecordsIterator.AbstractReadFileHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()longidx()FileInputin()RecordSerializerser()booleanworkDir()
-
-
-
Method Detail
-
close
void close() throws IgniteCheckedException- Throws:
IgniteCheckedException
-
idx
long idx()
-
in
FileInput in()
-
ser
RecordSerializer ser()
-
workDir
boolean workDir()
-
-