Class RemoteDataNodeConfig
java.lang.Object
org.apache.iotdb.it.env.remote.config.RemoteDataNodeConfig
- All Implemented Interfaces:
DataNodeConfig
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
RemoteDataNodeConfig
public RemoteDataNodeConfig()
-
-
Method Details
-
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
-