Class MppDataNodeConfig
java.lang.Object
org.apache.iotdb.it.env.cluster.config.MppBaseConfig
org.apache.iotdb.it.env.cluster.config.MppDataNodeConfig
- All Implemented Interfaces:
DataNodeConfig
-
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.setCacheLastValuesForLoad(boolean cacheLastValuesForLoad) setConnectionTimeoutInMS(int connectionTimeoutInMS) setEnableRestService(boolean enableRestService) setLoadLastCacheStrategy(String strategyName) setLoadTsFileAnalyzeSchemaMemorySizeInBytes(long loadTsFileAnalyzeSchemaMemorySizeInBytes) 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
-
MppDataNodeConfig
public MppDataNodeConfig() -
MppDataNodeConfig
- 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 interfaceDataNodeConfig
-
setMetricPrometheusReporterUsername
- Specified by:
setMetricPrometheusReporterUsernamein interfaceDataNodeConfig
-
setMetricPrometheusReporterPassword
- Specified by:
setMetricPrometheusReporterPasswordin interfaceDataNodeConfig
-
setEnableRestService
- Specified by:
setEnableRestServicein interfaceDataNodeConfig
-
setConnectionTimeoutInMS
- Specified by:
setConnectionTimeoutInMSin interfaceDataNodeConfig
-
setLoadTsFileAnalyzeSchemaMemorySizeInBytes
public DataNodeConfig setLoadTsFileAnalyzeSchemaMemorySizeInBytes(long loadTsFileAnalyzeSchemaMemorySizeInBytes) - Specified by:
setLoadTsFileAnalyzeSchemaMemorySizeInBytesin interfaceDataNodeConfig
-
setLoadLastCacheStrategy
- Specified by:
setLoadLastCacheStrategyin interfaceDataNodeConfig
-
setCacheLastValuesForLoad
- Specified by:
setCacheLastValuesForLoadin interfaceDataNodeConfig
-