Class MppConfigNodeConfig
java.lang.Object
org.apache.iotdb.it.env.cluster.config.MppBaseConfig
org.apache.iotdb.it.env.cluster.config.MppConfigNodeConfig
- All Implemented Interfaces:
ConfigNodeConfig
-
Field Summary
Fields inherited from class org.apache.iotdb.it.env.cluster.config.MppBaseConfig
NULL_VALUE, properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance but with empty properties.setMetricPrometheusReporterPassword(String password) setMetricPrometheusReporterUsername(String username) setMetricReporterType(List<String> metricReporterTypes) voidupdateProperties(MppBaseConfig persistentConfig) Put all the properties of the input persistent config to the current instance.Methods inherited from class org.apache.iotdb.it.env.cluster.config.MppBaseConfig
persistent, setProperty, updateProperties, updateProperties
-
Constructor Details
-
MppConfigNodeConfig
public MppConfigNodeConfig() -
MppConfigNodeConfig
- Throws:
IOException
-
-
Method Details
-
emptyClone
Description copied from class:MppBaseConfigCreate an instance but with empty properties.- Specified by:
emptyClonein classMppBaseConfig
-
updateProperties
Description copied from class:MppBaseConfigPut all the properties of the input persistent config to the current instance. If the key is existed in both, the value will be overridden.- Overrides:
updatePropertiesin classMppBaseConfig- Parameters:
persistentConfig- the config instance to update with.
-
setMetricReporterType
- Specified by:
setMetricReporterTypein interfaceConfigNodeConfig
-
setMetricPrometheusReporterUsername
- Specified by:
setMetricPrometheusReporterUsernamein interfaceConfigNodeConfig
-
setMetricPrometheusReporterPassword
- Specified by:
setMetricPrometheusReporterPasswordin interfaceConfigNodeConfig
-