Uses of Class
org.apache.iotdb.db.mpp.common.PlanFragmentId
-
-
Uses of PlanFragmentId in org.apache.iotdb.db.mpp.common
Methods in org.apache.iotdb.db.mpp.common that return PlanFragmentId Modifier and Type Method Description static PlanFragmentIdPlanFragmentId. deserialize(java.nio.ByteBuffer byteBuffer)PlanFragmentIdQueryId. genPlanFragmentId()PlanFragmentIdFragmentInstanceId. getFragmentId()static PlanFragmentIdPlanFragmentId. valueOf(java.lang.String stageId)static PlanFragmentIdPlanFragmentId. valueOf(java.util.List<java.lang.String> ids)Constructors in org.apache.iotdb.db.mpp.common with parameters of type PlanFragmentId Constructor Description FragmentInstanceId(PlanFragmentId fragmentId, java.lang.String instanceId) -
Uses of PlanFragmentId in org.apache.iotdb.db.mpp.execution.fragment
Constructors in org.apache.iotdb.db.mpp.execution.fragment with parameters of type PlanFragmentId Constructor Description FragmentInfo(PlanFragmentId stageId, FragmentState state, PlanFragment plan, java.util.List<FragmentInfo> childrenFragments) -
Uses of PlanFragmentId in org.apache.iotdb.db.mpp.execution.schedule.task
Methods in org.apache.iotdb.db.mpp.execution.schedule.task that return PlanFragmentId Modifier and Type Method Description PlanFragmentIdDriverTaskID. getFragmentId() -
Uses of PlanFragmentId in org.apache.iotdb.db.mpp.plan.planner.plan
Methods in org.apache.iotdb.db.mpp.plan.planner.plan that return PlanFragmentId Modifier and Type Method Description PlanFragmentIdPlanFragment. getId()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan with parameters of type PlanFragmentId Constructor Description PlanFragment(PlanFragmentId id, PlanNode planNodeTree) -
Uses of PlanFragmentId in org.apache.iotdb.db.mpp.plan.scheduler
Methods in org.apache.iotdb.db.mpp.plan.scheduler with parameters of type PlanFragmentId Modifier and Type Method Description voidClusterScheduler. cancelFragment(PlanFragmentId planFragmentId)voidIScheduler. cancelFragment(PlanFragmentId planFragmentId)voidStandaloneScheduler. cancelFragment(PlanFragmentId planFragmentId)
-