Uses of Class
org.apache.iotdb.db.mpp.execution.driver.Driver.State
-
Packages that use Driver.State Package Description org.apache.iotdb.db.mpp.execution.driver -
-
Uses of Driver.State in org.apache.iotdb.db.mpp.execution.driver
Fields in org.apache.iotdb.db.mpp.execution.driver with type parameters of type Driver.State Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<Driver.State>Driver. stateMethods in org.apache.iotdb.db.mpp.execution.driver that return Driver.State Modifier and Type Method Description static Driver.StateDriver.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Driver.State[]Driver.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-