类的使用
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlanType
-
-
org.apache.iotdb.confignode.consensus.request中ConfigPhysicalPlanType的使用
返回ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request中的方法 修饰符和类型 方法 说明 static ConfigPhysicalPlanTypeConfigPhysicalPlanType. convertToConfigPhysicalPlanType(short planType)Notice: the result might be nullConfigPhysicalPlanTypeConfigPhysicalPlan. getType()static ConfigPhysicalPlanTypeConfigPhysicalPlanType. valueOf(java.lang.String name)返回带有指定名称的该类型的枚举常量。static ConfigPhysicalPlanType[]ConfigPhysicalPlanType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request中的构造器 构造器 说明 ConfigPhysicalPlan(ConfigPhysicalPlanType type) -
org.apache.iotdb.confignode.consensus.request.auth中ConfigPhysicalPlanType的使用
返回ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request.auth中的方法 修饰符和类型 方法 说明 ConfigPhysicalPlanTypeAuthorPlan. getAuthorType()参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request.auth中的方法 修饰符和类型 方法 说明 voidAuthorPlan. setAuthorType(ConfigPhysicalPlanType authorType)参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request.auth中的构造器 构造器 说明 AuthorPlan(ConfigPhysicalPlanType type)AuthorPlan(ConfigPhysicalPlanType authorType, java.lang.String userName, java.lang.String roleName, java.lang.String password, java.lang.String newPassword, java.util.Set<java.lang.Integer> permissions, java.util.List<java.lang.String> nodeNameList)AuthorPlan Constructor. -
org.apache.iotdb.confignode.consensus.request.read.partition中ConfigPhysicalPlanType的使用
参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request.read.partition中的构造器 构造器 说明 GetDataPartitionPlan(ConfigPhysicalPlanType configPhysicalPlanType)GetSchemaPartitionPlan(ConfigPhysicalPlanType configPhysicalPlanType) -
org.apache.iotdb.confignode.consensus.request.read.storagegroup中ConfigPhysicalPlanType的使用
参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request.read.storagegroup中的构造器 构造器 说明 CountStorageGroupPlan(ConfigPhysicalPlanType type)CountStorageGroupPlan(ConfigPhysicalPlanType type, java.util.List<java.lang.String> storageGroupPattern) -
org.apache.iotdb.confignode.consensus.request.write.region中ConfigPhysicalPlanType的使用
参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.consensus.request.write.region中的构造器 构造器 说明 CreateRegionGroupsPlan(ConfigPhysicalPlanType type) -
org.apache.iotdb.confignode.exception.physical中ConfigPhysicalPlanType的使用
参数类型为ConfigPhysicalPlanType的org.apache.iotdb.confignode.exception.physical中的构造器 构造器 说明 UnknownPhysicalPlanTypeException(ConfigPhysicalPlanType type)
-