Package org.apache.iotdb.itbase.env
Interface DataNodeConfig
- All Known Implementing Classes:
MppDataNodeConfig,RemoteDataNodeConfig
public interface DataNodeConfig
This interface is used to handle properties in iotdb-datanode.properties.
-
Method Summary
Modifier and TypeMethodDescriptionsetCacheLastValuesForLoad(boolean cacheLastValuesForLoad) setConnectionTimeoutInMS(int connectionTimeoutInMS) setEnableRestService(boolean enableRestService) setLoadLastCacheStrategy(String strategyName) setLoadTsFileAnalyzeSchemaMemorySizeInBytes(long loadTsFileAnalyzeSchemaMemorySizeInBytes) setMetricPrometheusReporterPassword(String password) setMetricPrometheusReporterUsername(String username) setMetricReporterType(List<String> metricReporterTypes)
-
Method Details
-
setMetricReporterType
-
setMetricPrometheusReporterUsername
-
setMetricPrometheusReporterPassword
-
setEnableRestService
-
setConnectionTimeoutInMS
-
setLoadTsFileAnalyzeSchemaMemorySizeInBytes
DataNodeConfig setLoadTsFileAnalyzeSchemaMemorySizeInBytes(long loadTsFileAnalyzeSchemaMemorySizeInBytes) -
setLoadLastCacheStrategy
-
setCacheLastValuesForLoad
-