Package org.apache.iotdb.db.engine.modification.io
-
Interface Summary Interface Description ModificationReader ModificationReader reads all modifications from a persistent medium like file system.ModificationWriter ModificationWriter provides methods for writing a modification to a persistent medium like file system. -
Class Summary Class Description LocalTextModificationAccessor LocalTextModificationAccessor uses a file on local file system to store the modifications in text format, and writes modifications by appending to the tail of the file.