Uses of Class
org.apache.iotdb.db.engine.modification.Modification.Type
-
Packages that use Modification.Type Package Description org.apache.iotdb.db.engine.modification modification is the functional module responsible for processing UPDATE and DELETE. -
-
Uses of Modification.Type in org.apache.iotdb.db.engine.modification
Fields in org.apache.iotdb.db.engine.modification declared as Modification.Type Modifier and Type Field Description protected Modification.TypeModification. typeMethods in org.apache.iotdb.db.engine.modification that return Modification.Type Modifier and Type Method Description Modification.TypeModification. getType()static Modification.TypeModification.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Modification.Type[]Modification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.engine.modification with parameters of type Modification.Type Modifier and Type Method Description voidModification. setType(Modification.Type type)
-