Interface ClusterConfig

All Known Implementing Classes:
MppClusterConfig, RemoteClusterConfig

public interface ClusterConfig
  • Method Details

    • getDataNodeConfig

      DataNodeConfig getDataNodeConfig()
      Get the iotdb-datanode.properties setter of DataNodes.
      Returns:
      the DataNodeConfig instance.
    • getDataNodeCommonConfig

      CommonConfig getDataNodeCommonConfig()
      Get the iotdb-common.properties setter of DataNodes. Updating the instance will affect ConfigNodes only.
      Returns:
      the CommonConfig instance.
    • getConfigNodeConfig

      ConfigNodeConfig getConfigNodeConfig()
      Get the iotdb-confignode.properties setter of ConfigNodes.
      Returns:
      the ConfigNodeConfig instance.
    • getConfigNodeCommonConfig

      CommonConfig getConfigNodeCommonConfig()
      Get the iotdb-common.properties setter of ConfigNodes. Updating the instance will affect ConfigNodes only.
      Returns:
      the CommonConfig instance.
    • getCommonConfig

      CommonConfig getCommonConfig()
      Get the iotdb-common.properties setter for both the ConfigNodes and DataNodes. Updating the instance will affect ConfigNodes as well as DataNodes.
      Returns:
      the CommonConfig instance.
    • getConfigNodeJVMConfig

      JVMConfig getConfigNodeJVMConfig()
      Get the JVM Configuration setter of ConfigNodes.
      Returns:
      the JVMConfig instance.
    • getDataNodeJVMConfig

      JVMConfig getDataNodeJVMConfig()
      Get the JVM Configuration setter of DataNodes.
      Returns:
      the JVMConfig instance.