Uses of Class
org.apache.iotdb.db.mpp.common.QueryId
-
-
Uses of QueryId in org.apache.iotdb.db.mpp.common
Methods in org.apache.iotdb.db.mpp.common that return QueryId Modifier and Type Method Description static QueryIdQueryId. deserialize(java.nio.ByteBuffer byteBuffer)QueryIdFragmentInstanceId. getQueryId()QueryIdMPPQueryContext. getQueryId()QueryIdPlanFragmentId. getQueryId()static QueryIdQueryId. valueOf(java.lang.String queryId)Constructors in org.apache.iotdb.db.mpp.common with parameters of type QueryId Constructor Description MPPQueryContext(java.lang.String sql, QueryId queryId, SessionInfo session, org.apache.iotdb.common.rpc.thrift.TEndPoint localDataBlockEndpoint, org.apache.iotdb.common.rpc.thrift.TEndPoint localInternalEndpoint)MPPQueryContext(java.lang.String sql, QueryId queryId, SessionInfo session, org.apache.iotdb.common.rpc.thrift.TEndPoint localDataBlockEndpoint, org.apache.iotdb.common.rpc.thrift.TEndPoint localInternalEndpoint, long timeOut, long startTime)MPPQueryContext(QueryId queryId)PlanFragmentId(QueryId queryId, int id)ResultNodeContext(QueryId queryId) -
Uses of QueryId in org.apache.iotdb.db.mpp.execution
Methods in org.apache.iotdb.db.mpp.execution that return QueryId Modifier and Type Method Description QueryIdQueryIdGenerator. createNextQueryId()Generate next queryId using the following format:YYYYMMDD_hhmmss_index_dataNodeIdConstructors in org.apache.iotdb.db.mpp.execution with parameters of type QueryId Constructor Description QueryStateMachine(QueryId queryId, java.util.concurrent.ExecutorService executor) -
Uses of QueryId in org.apache.iotdb.db.mpp.execution.schedule
Methods in org.apache.iotdb.db.mpp.execution.schedule with parameters of type QueryId Modifier and Type Method Description voidDriverScheduler. abortQuery(QueryId queryId)voidIDriverScheduler. abortQuery(QueryId queryId)Abort all the instances in this query.voidDriverScheduler. submitDrivers(QueryId queryId, java.util.List<IDriver> instances, long timeOut)voidIDriverScheduler. submitDrivers(QueryId queryId, java.util.List<IDriver> instances, long timeOut)Submit one or moreIDriverin one query for later scheduling. -
Uses of QueryId in org.apache.iotdb.db.mpp.execution.schedule.task
Methods in org.apache.iotdb.db.mpp.execution.schedule.task that return QueryId Modifier and Type Method Description QueryIdDriverTaskID. getQueryId() -
Uses of QueryId in org.apache.iotdb.db.mpp.plan
Methods in org.apache.iotdb.db.mpp.plan that return QueryId Modifier and Type Method Description QueryIdCoordinator. createQueryId() -
Uses of QueryId in org.apache.iotdb.db.mpp.plan.execution
Fields in org.apache.iotdb.db.mpp.plan.execution declared as QueryId Modifier and Type Field Description QueryIdExecutionResult. queryIdConstructors in org.apache.iotdb.db.mpp.plan.execution with parameters of type QueryId Constructor Description ExecutionResult(QueryId queryId, org.apache.iotdb.common.rpc.thrift.TSStatus status) -
Uses of QueryId in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write that return QueryId Modifier and Type Method Description QueryIdInvalidateSchemaCacheNode. getQueryId()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write with parameters of type QueryId Constructor Description InvalidateSchemaCacheNode(PlanNodeId id, QueryId queryId, java.util.List<org.apache.iotdb.commons.path.PartialPath> pathList, java.util.List<java.lang.String> storageGroups)
-