Interface DataNodeConfig

All Known Implementing Classes:
MppDataNodeConfig, RemoteDataNodeConfig

public interface DataNodeConfig
This interface is used to handle properties in iotdb-datanode.properties.
  • Method Details

    • setMetricReporterType

      DataNodeConfig setMetricReporterType(List<String> metricReporterTypes)
    • setMetricPrometheusReporterUsername

      DataNodeConfig setMetricPrometheusReporterUsername(String username)
    • setMetricPrometheusReporterPassword

      DataNodeConfig setMetricPrometheusReporterPassword(String password)
    • setEnableRestService

      DataNodeConfig setEnableRestService(boolean enableRestService)
    • setConnectionTimeoutInMS

      DataNodeConfig setConnectionTimeoutInMS(int connectionTimeoutInMS)
    • setLoadTsFileAnalyzeSchemaMemorySizeInBytes

      DataNodeConfig setLoadTsFileAnalyzeSchemaMemorySizeInBytes(long loadTsFileAnalyzeSchemaMemorySizeInBytes)
    • setLoadLastCacheStrategy

      DataNodeConfig setLoadLastCacheStrategy(String strategyName)
    • setCacheLastValuesForLoad

      DataNodeConfig setCacheLastValuesForLoad(boolean cacheLastValuesForLoad)