Uses of Interface
org.apache.iotdb.db.utils.writelog.ILogWriter
-
Packages that use ILogWriter Package Description org.apache.iotdb.db.utils.writelog -
-
Uses of ILogWriter in org.apache.iotdb.db.utils.writelog
Classes in org.apache.iotdb.db.utils.writelog that implement ILogWriter Modifier and Type Class Description classLogWriterLogWriter writes the binary logs into a file using FileChannel together with check sums of each log calculated using CRC32.
-