Uses of Class
org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceInfo
-
Packages that use FragmentInstanceInfo Package Description org.apache.iotdb.db.mpp.execution.fragment -
-
Uses of FragmentInstanceInfo in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment that return FragmentInstanceInfo Modifier and Type Method Description FragmentInstanceInfoFragmentInstanceManager. abortFragmentInstance(FragmentInstanceId fragmentInstanceId)Aborts a FragmentInstance.FragmentInstanceInfoFragmentInstanceManager. cancelTask(FragmentInstanceId instanceId)Cancels a FragmentInstance.FragmentInstanceInfoFragmentInstanceManager. execDataQueryFragmentInstance(FragmentInstance instance, DataRegion dataRegion)FragmentInstanceInfoFragmentInstanceManager. execSchemaQueryFragmentInstance(FragmentInstance instance, ISchemaRegion schemaRegion)FragmentInstanceInfoFragmentInstanceContext. getInstanceInfo()FragmentInstanceInfoFragmentInstanceExecution. getInstanceInfo()FragmentInstanceInfoFragmentInstanceManager. getInstanceInfo(FragmentInstanceId instanceId)Gets the info for the specified fragment instance.
-