Uses of Class
org.apache.iotdb.db.mpp.execution.fragment.FragmentState
-
Packages that use FragmentState Package Description org.apache.iotdb.db.mpp.execution.fragment -
-
Uses of FragmentState in org.apache.iotdb.db.mpp.execution.fragment
Fields in org.apache.iotdb.db.mpp.execution.fragment with type parameters of type FragmentState Modifier and Type Field Description static java.util.Set<FragmentState>FragmentState. TERMINAL_FRAGMENT_STATESMethods in org.apache.iotdb.db.mpp.execution.fragment that return FragmentState Modifier and Type Method Description static FragmentStateFragmentState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FragmentState[]FragmentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentState Constructor Description FragmentInfo(PlanFragmentId stageId, FragmentState state, PlanFragment plan, java.util.List<FragmentInfo> childrenFragments)
-