Uses of Class
org.apache.iotdb.db.mpp.common.FragmentInstanceId
-
-
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.common
Methods in org.apache.iotdb.db.mpp.common that return FragmentInstanceId Modifier and Type Method Description static FragmentInstanceIdFragmentInstanceId. deserialize(java.nio.ByteBuffer byteBuffer)static FragmentInstanceIdFragmentInstanceId. fromThrift(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId tFragmentInstanceId)FragmentInstanceIdPlanFragmentId. genFragmentInstanceId()FragmentInstanceIdResultNodeContext. getUpStreamFragmentInstanceId()FragmentInstanceIdResultNodeContext. getVirtualFragmentInstanceId()Methods in org.apache.iotdb.db.mpp.common with parameters of type FragmentInstanceId Modifier and Type Method Description voidResultNodeContext. setUpStream(org.apache.iotdb.common.rpc.thrift.TEndPoint upStreamEndpoint, FragmentInstanceId upStreamFragmentInstanceId, PlanNodeId upStreamPlanNodeId) -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.execution.driver
Methods in org.apache.iotdb.db.mpp.execution.driver that return FragmentInstanceId Modifier and Type Method Description FragmentInstanceIdDriverContext. getId()FragmentInstanceIdDriver. getInfo()FragmentInstanceIdIDriver. getInfo()the id information about this IDriver. -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment that return FragmentInstanceId Modifier and Type Method Description FragmentInstanceIdFragmentInstanceStateMachine. getFragmentInstanceId()FragmentInstanceIdFragmentInstanceContext. getId()Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentInstanceId Modifier and Type Method Description FragmentInstanceInfoFragmentInstanceManager. abortFragmentInstance(FragmentInstanceId fragmentInstanceId)Aborts a FragmentInstance.FragmentInstanceInfoFragmentInstanceManager. cancelTask(FragmentInstanceId instanceId)Cancels a FragmentInstance.static FragmentInstanceContextFragmentInstanceContext. createFragmentInstanceContext(FragmentInstanceId id, FragmentInstanceStateMachine stateMachine)static FragmentInstanceExecutionFragmentInstanceExecution. createFragmentInstanceExecution(IDriverScheduler scheduler, FragmentInstanceId instanceId, FragmentInstanceContext context, IDriver driver, FragmentInstanceStateMachine stateMachine, io.airlift.stats.CounterStat failedInstances, long timeOut)FragmentInstanceInfoFragmentInstanceManager. getInstanceInfo(FragmentInstanceId instanceId)Gets the info for the specified fragment instance.voidFragmentInstanceFailureListener. onTaskFailed(FragmentInstanceId taskId, java.lang.Throwable failure)voidFragmentInstanceStateMachine. sourceTaskFailed(FragmentInstanceId instanceId, java.lang.Throwable failure)Constructors in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentInstanceId Constructor Description FragmentInstanceStateMachine(FragmentInstanceId fragmentInstanceId, java.util.concurrent.Executor executor) -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.execution.schedule
Methods in org.apache.iotdb.db.mpp.execution.schedule with parameters of type FragmentInstanceId Modifier and Type Method Description voidDriverScheduler. abortFragmentInstance(FragmentInstanceId instanceId)voidIDriverScheduler. abortFragmentInstance(FragmentInstanceId instanceId)Abort all Drivers of the fragment instance.doubleDriverScheduler. getSchedulePriority(FragmentInstanceId instanceId)doubleIDriverScheduler. getSchedulePriority(FragmentInstanceId instanceId)Return the schedule priority of a fragment.Constructors in org.apache.iotdb.db.mpp.execution.schedule with parameters of type FragmentInstanceId Constructor Description FragmentInstanceAbortedException(FragmentInstanceId id, java.lang.String causeMsg) -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.execution.schedule.task
Constructors in org.apache.iotdb.db.mpp.execution.schedule.task with parameters of type FragmentInstanceId Constructor Description DriverTaskID(FragmentInstanceId id) -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.plan.planner.plan
Methods in org.apache.iotdb.db.mpp.plan.planner.plan that return FragmentInstanceId Modifier and Type Method Description FragmentInstanceIdFragmentInstance. getId()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan with parameters of type FragmentInstanceId 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 FragmentInstanceId in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.process that return FragmentInstanceId Modifier and Type Method Description FragmentInstanceIdExchangeNode. getUpstreamInstanceId()Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.process with parameters of type FragmentInstanceId Modifier and Type Method Description voidExchangeNode. setUpstream(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, FragmentInstanceId instanceId, PlanNodeId nodeId) -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.plan.planner.plan.node.sink
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.sink that return FragmentInstanceId Modifier and Type Method Description FragmentInstanceIdFragmentSinkNode. getDownStreamInstanceId()Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.sink with parameters of type FragmentInstanceId Modifier and Type Method Description voidFragmentSinkNode. setDownStream(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, FragmentInstanceId instanceId, PlanNodeId nodeId) -
Uses of FragmentInstanceId in org.apache.iotdb.db.mpp.plan.scheduler
Methods in org.apache.iotdb.db.mpp.plan.scheduler with parameters of type FragmentInstanceId Modifier and Type Method Description voidClusterScheduler. abortFragmentInstance(FragmentInstanceId instanceId, java.lang.Throwable failureCause)voidIScheduler. abortFragmentInstance(FragmentInstanceId instanceId, java.lang.Throwable failureCause)voidStandaloneScheduler. abortFragmentInstance(FragmentInstanceId instanceId, java.lang.Throwable failureCause)
-