Uses of Class
org.apache.iotdb.db.qp.physical.sys.LoadConfigurationPlan.LoadConfigurationPlanType
-
Packages that use LoadConfigurationPlan.LoadConfigurationPlanType Package Description org.apache.iotdb.db.qp.physical.sys -
-
Uses of LoadConfigurationPlan.LoadConfigurationPlanType in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return LoadConfigurationPlan.LoadConfigurationPlanType Modifier and Type Method Description LoadConfigurationPlan.LoadConfigurationPlanTypeLoadConfigurationPlan. getLoadConfigurationPlanType()static LoadConfigurationPlan.LoadConfigurationPlanTypeLoadConfigurationPlan.LoadConfigurationPlanType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoadConfigurationPlan.LoadConfigurationPlanType[]LoadConfigurationPlan.LoadConfigurationPlanType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.qp.physical.sys with parameters of type LoadConfigurationPlan.LoadConfigurationPlanType Constructor Description LoadConfigurationPlan(LoadConfigurationPlan.LoadConfigurationPlanType loadConfigurationPlanType)LoadConfigurationPlan(LoadConfigurationPlan.LoadConfigurationPlanType loadConfigurationPlanType, java.util.Properties[] propertiesArray)
-