Uses of Class
org.apache.iotdb.db.wal.checkpoint.CheckpointType
-
Packages that use CheckpointType Package Description org.apache.iotdb.db.wal.checkpoint -
-
Uses of CheckpointType in org.apache.iotdb.db.wal.checkpoint
Methods in org.apache.iotdb.db.wal.checkpoint that return CheckpointType Modifier and Type Method Description CheckpointTypeCheckpoint. getType()static CheckpointTypeCheckpointType. valueOf(byte code)Returns the enum constant of this type with the specified name.static CheckpointTypeCheckpointType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CheckpointType[]CheckpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.wal.checkpoint with parameters of type CheckpointType Constructor Description Checkpoint(CheckpointType type, java.util.List<MemTableInfo> memTableInfos)
-