Uses of Interface
org.apache.iotdb.db.utils.writelog.ILogReader
-
Packages that use ILogReader Package Description org.apache.iotdb.db.utils.writelog -
-
Uses of ILogReader in org.apache.iotdb.db.utils.writelog
Classes in org.apache.iotdb.db.utils.writelog that implement ILogReader Modifier and Type Class Description classBatchLogReaderBatchedLogReader reads logs from a binary batch of log in the format of ByteBuffer.classMultiFileLogReaderMultiFileLogReader constructs SingleFileLogReaders for a list of WAL files, and retrieve logs from the files one-by-one.classSingleFileLogReaderSingleFileLogReader reads binarized WAL logs from a file through a DataInputStream by scanning the file from head to tail.
-