Uses of Class
org.apache.iotdb.db.mpp.plan.analyze.QueryType
-
-
Uses of QueryType in org.apache.iotdb.db.mpp.common
Methods in org.apache.iotdb.db.mpp.common that return QueryType Modifier and Type Method Description QueryTypeMPPQueryContext. getQueryType()Methods in org.apache.iotdb.db.mpp.common with parameters of type QueryType Modifier and Type Method Description voidMPPQueryContext. setQueryType(QueryType queryType) -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze that return QueryType Modifier and Type Method Description static QueryTypeQueryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryType[]QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.planner.plan
Methods in org.apache.iotdb.db.mpp.plan.planner.plan that return QueryType Modifier and Type Method Description QueryTypeFragmentInstance. getType()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan with parameters of type QueryType Constructor Description FragmentInstance(PlanFragment fragment, FragmentInstanceId id, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, QueryType type, long timeOut)FragmentInstance(PlanFragment fragment, FragmentInstanceId id, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, QueryType type, long timeOut, boolean isRoot) -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.scheduler
Constructors in org.apache.iotdb.db.mpp.plan.scheduler with parameters of type QueryType Constructor Description 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)FragmentInstanceDispatcherImpl(QueryType type, MPPQueryContext queryContext, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, 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) -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement that return QueryType Modifier and Type Method Description QueryTypeIConfigStatement. getQueryType()Determine whether the operation to be performed is read or write -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.statement.metadata
Methods in org.apache.iotdb.db.mpp.plan.statement.metadata that return QueryType Modifier and Type Method Description QueryTypeCountStorageGroupStatement. getQueryType()QueryTypeCreateFunctionStatement. getQueryType()QueryTypeCreateTriggerStatement. getQueryType()QueryTypeDeleteStorageGroupStatement. getQueryType()QueryTypeDropFunctionStatement. getQueryType()QueryTypeDropTriggerStatement. getQueryType()QueryTypeSetStorageGroupStatement. getQueryType()QueryTypeSetTTLStatement. getQueryType()QueryTypeShowClusterStatement. getQueryType()QueryTypeShowConfigNodesStatement. getQueryType()QueryTypeShowDataNodesStatement. getQueryType()QueryTypeShowFunctionsStatement. getQueryType()QueryTypeShowRegionStatement. getQueryType()QueryTypeShowStorageGroupStatement. getQueryType()QueryTypeShowTTLStatement. getQueryType() -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.statement.metadata.template
Methods in org.apache.iotdb.db.mpp.plan.statement.metadata.template that return QueryType Modifier and Type Method Description QueryTypeCreateSchemaTemplateStatement. getQueryType()QueryTypeSetSchemaTemplateStatement. getQueryType()QueryTypeShowNodesInSchemaTemplateStatement. getQueryType()QueryTypeShowPathSetTemplateStatement. getQueryType()QueryTypeShowSchemaTemplateStatement. getQueryType() -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.statement.sys
Methods in org.apache.iotdb.db.mpp.plan.statement.sys that return QueryType Modifier and Type Method Description QueryTypeAuthorStatement. getQueryType()QueryTypeClearCacheStatement. getQueryType()QueryTypeFlushStatement. getQueryType()QueryTypeLoadConfigurationStatement. getQueryType()QueryTypeMergeStatement. getQueryType()QueryTypeSetSystemStatusStatement. getQueryType() -
Uses of QueryType in org.apache.iotdb.db.mpp.plan.statement.sys.sync
Methods in org.apache.iotdb.db.mpp.plan.statement.sys.sync that return QueryType Modifier and Type Method Description QueryTypeCreatePipeSinkStatement. getQueryType()QueryTypeCreatePipeStatement. getQueryType()QueryTypeDropPipeSinkStatement. getQueryType()QueryTypeDropPipeStatement. getQueryType()QueryTypeShowPipeSinkStatement. getQueryType()QueryTypeShowPipeStatement. getQueryType()QueryTypeStartPipeStatement. getQueryType()QueryTypeStopPipeStatement. getQueryType()
-