Uses of Class
org.apache.iotdb.it.env.cluster.config.MppBaseConfig
Packages that use MppBaseConfig
-
Uses of MppBaseConfig in org.apache.iotdb.it.env.cluster.config
Subclasses of MppBaseConfig in org.apache.iotdb.it.env.cluster.configModifier and TypeClassDescriptionclassclassclassMethods in org.apache.iotdb.it.env.cluster.config that return MppBaseConfigModifier and TypeMethodDescriptionabstract MppBaseConfigMppBaseConfig.emptyClone()Create an instance but with empty properties.MppCommonConfig.emptyClone()MppConfigNodeConfig.emptyClone()MppDataNodeConfig.emptyClone()Methods in org.apache.iotdb.it.env.cluster.config with parameters of type MppBaseConfigModifier and TypeMethodDescriptionvoidMppBaseConfig.updateProperties(@NotNull MppBaseConfig persistentConfig) Put all the properties of the input persistent config to the current instance.voidMppCommonConfig.updateProperties(MppBaseConfig persistentConfig) voidMppConfigNodeConfig.updateProperties(MppBaseConfig persistentConfig) voidMppDataNodeConfig.updateProperties(MppBaseConfig persistentConfig) -
Uses of MppBaseConfig in org.apache.iotdb.it.env.cluster.node
Methods in org.apache.iotdb.it.env.cluster.node with parameters of type MppBaseConfigModifier and TypeMethodDescriptionfinal voidAbstractNodeWrapper.changeConfig(MppBaseConfig nodeConfig, MppCommonConfig commonConfig, MppJVMConfig jvmConfig) Change the config of this node.