Uses of Enum
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlanType
Packages that use ConfigPhysicalPlanType
Package
Description
-
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request
Methods in org.apache.iotdb.confignode.consensus.request that return ConfigPhysicalPlanTypeModifier and TypeMethodDescriptionstatic ConfigPhysicalPlanTypeConfigPhysicalPlanType.convertToConfigPhysicalPlanType(short planType) Notice: the result might be null.ConfigPhysicalPlan.getType()static ConfigPhysicalPlanTypeReturns the enum constant of this type with the specified name.static ConfigPhysicalPlanType[]ConfigPhysicalPlanType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.confignode.consensus.request with parameters of type ConfigPhysicalPlanType -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.read
Constructors in org.apache.iotdb.confignode.consensus.request.read with parameters of type ConfigPhysicalPlanType -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.read.auth
Constructors in org.apache.iotdb.confignode.consensus.request.read.auth with parameters of type ConfigPhysicalPlanTypeModifierConstructorDescriptionAuthorReadPlan(ConfigPhysicalPlanType authorType, String userName, String roleName, String password, String newPassword, Set<Integer> permissions, boolean grantOpt, List<PartialPath> nodeNameList) AuthorReadPlanConstructor. -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.read.database
Constructors in org.apache.iotdb.confignode.consensus.request.read.database with parameters of type ConfigPhysicalPlanTypeModifierConstructorDescriptionCountDatabasePlan(ConfigPhysicalPlanType type, List<String> storageGroupPattern, PathPatternTree scope) -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.read.partition
Constructors in org.apache.iotdb.confignode.consensus.request.read.partition with parameters of type ConfigPhysicalPlanTypeModifierConstructorDescriptionGetDataPartitionPlan(ConfigPhysicalPlanType configPhysicalPlanType) GetSchemaPartitionPlan(ConfigPhysicalPlanType configPhysicalPlanType) -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.write.auth
Methods in org.apache.iotdb.confignode.consensus.request.write.auth that return ConfigPhysicalPlanTypeMethods in org.apache.iotdb.confignode.consensus.request.write.auth with parameters of type ConfigPhysicalPlanTypeModifier and TypeMethodDescriptionvoidAuthorPlan.setAuthorType(ConfigPhysicalPlanType authorType) Constructors in org.apache.iotdb.confignode.consensus.request.write.auth with parameters of type ConfigPhysicalPlanTypeModifierConstructorDescriptionAuthorPlan(ConfigPhysicalPlanType authorType, String userName, String roleName, String password, String newPassword, Set<Integer> permissions, boolean grantOpt, List<PartialPath> nodeNameList) AuthorPlanConstructor. -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.write.database
Constructors in org.apache.iotdb.confignode.consensus.request.write.database with parameters of type ConfigPhysicalPlanTypeModifierConstructorDescriptionDatabaseSchemaPlan(ConfigPhysicalPlanType planType) DatabaseSchemaPlan(ConfigPhysicalPlanType planType, TDatabaseSchema schema) -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.consensus.request.write.region
Constructors in org.apache.iotdb.confignode.consensus.request.write.region with parameters of type ConfigPhysicalPlanType -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.exception.physical
Constructors in org.apache.iotdb.confignode.exception.physical with parameters of type ConfigPhysicalPlanType -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.manager.pipe.event
Methods in org.apache.iotdb.confignode.manager.pipe.event that return types with arguments of type ConfigPhysicalPlanTypeModifier and TypeMethodDescriptionstatic Set<ConfigPhysicalPlanType>PipeConfigRegionSnapshotEvent.getConfigPhysicalPlanTypeSet(String sealTypes) Method parameters in org.apache.iotdb.confignode.manager.pipe.event with type arguments of type ConfigPhysicalPlanTypeModifier and TypeMethodDescriptionvoidPipeConfigRegionSnapshotEvent.confineTransferredTypes(Set<ConfigPhysicalPlanType> listenedTypeSet) static booleanPipeConfigRegionSnapshotEvent.needTransferSnapshot(Set<ConfigPhysicalPlanType> listenedTypeSet) -
Uses of ConfigPhysicalPlanType in org.apache.iotdb.confignode.manager.pipe.extractor
Methods in org.apache.iotdb.confignode.manager.pipe.extractor that return types with arguments of type ConfigPhysicalPlanTypeModifier and TypeMethodDescriptionstatic Set<ConfigPhysicalPlanType>ConfigRegionListeningFilter.parseListeningPlanTypeSet(PipeParameters parameters)