Uses of Class
org.apache.iotdb.db.wal.utils.WALMode
-
Packages that use WALMode Package Description org.apache.iotdb.db.conf org.apache.iotdb.db.wal.utils -
-
Uses of WALMode in org.apache.iotdb.db.conf
Methods in org.apache.iotdb.db.conf that return WALMode Modifier and Type Method Description WALModeIoTDBConfig. getWalMode()Methods in org.apache.iotdb.db.conf with parameters of type WALMode Modifier and Type Method Description voidIoTDBConfig. setWalMode(WALMode walMode) -
Uses of WALMode in org.apache.iotdb.db.wal.utils
Methods in org.apache.iotdb.db.wal.utils that return WALMode Modifier and Type Method Description static WALModeWALMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WALMode[]WALMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-