Package org.apache.iotdb.db.engine.version
-
Interface Summary Interface Description VersionController VersionController manages the version(a monotonically increasing long) of a storage group. -
Class Summary Class Description SimpleFileVersionController SimpleFileVersionController uses a local file and its file name to store the version.SysTimeVersionController SysTimeVersionController uses system timestamp as the version number.