Uses of Class
org.apache.iotdb.db.mpp.execution.QueryState
-
Packages that use QueryState Package Description org.apache.iotdb.db.mpp.execution -
-
Uses of QueryState in org.apache.iotdb.db.mpp.execution
Fields in org.apache.iotdb.db.mpp.execution with type parameters of type QueryState Modifier and Type Field Description static java.util.Set<QueryState>QueryState. TERMINAL_INSTANCE_STATESMethods in org.apache.iotdb.db.mpp.execution that return QueryState Modifier and Type Method Description QueryStateQueryStateMachine. getState()static QueryStateQueryState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryState[]QueryState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.mpp.execution that return types with arguments of type QueryState Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<QueryState>QueryStateMachine. getStateChange(QueryState currentState)Methods in org.apache.iotdb.db.mpp.execution with parameters of type QueryState Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<QueryState>QueryStateMachine. getStateChange(QueryState currentState)Method parameters in org.apache.iotdb.db.mpp.execution with type arguments of type QueryState Modifier and Type Method Description voidQueryStateMachine. addStateChangeListener(StateMachine.StateChangeListener<QueryState> stateChangeListener)
-