Uses of Class
org.apache.iotdb.db.mpp.execution.QueryStateMachine
-
Packages that use QueryStateMachine Package Description org.apache.iotdb.db.mpp.plan.scheduler -
-
Uses of QueryStateMachine in org.apache.iotdb.db.mpp.plan.scheduler
Fields in org.apache.iotdb.db.mpp.plan.scheduler declared as QueryStateMachine Modifier and Type Field Description protected QueryStateMachineAbstractFragInsStateTracker. stateMachineConstructors in org.apache.iotdb.db.mpp.plan.scheduler with parameters of type QueryStateMachine Constructor Description AbstractFragInsStateTracker(QueryStateMachine stateMachine, java.util.concurrent.ScheduledExecutorService scheduledExecutor, java.util.List<FragmentInstance> instances, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)ClusterScheduler(MPPQueryContext queryContext, QueryStateMachine stateMachine, java.util.List<FragmentInstance> instances, QueryType queryType, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)FixedRateFragInsStateTracker(QueryStateMachine stateMachine, java.util.concurrent.ScheduledExecutorService scheduledExecutor, java.util.List<FragmentInstance> instances, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)StandaloneScheduler(MPPQueryContext queryContext, QueryStateMachine stateMachine, java.util.List<FragmentInstance> instances, QueryType queryType, java.util.concurrent.ScheduledExecutorService scheduledExecutor, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)
-