Uses of Class
org.apache.iotdb.db.mpp.execution.fragment.FragmentInfo
-
Packages that use FragmentInfo Package Description org.apache.iotdb.db.mpp.execution.fragment org.apache.iotdb.db.mpp.plan.scheduler -
-
Uses of FragmentInfo in org.apache.iotdb.db.mpp.execution.fragment
Constructor parameters in org.apache.iotdb.db.mpp.execution.fragment with type arguments of type FragmentInfo Constructor Description FragmentInfo(PlanFragmentId stageId, FragmentState state, PlanFragment plan, java.util.List<FragmentInfo> childrenFragments) -
Uses of FragmentInfo in org.apache.iotdb.db.mpp.plan.scheduler
Methods in org.apache.iotdb.db.mpp.plan.scheduler that return FragmentInfo Modifier and Type Method Description FragmentInfoClusterScheduler. getFragmentInfo()FragmentInfoIScheduler. getFragmentInfo()FragmentInfoStandaloneScheduler. getFragmentInfo()
-