Class MppClusterConfig
java.lang.Object
org.apache.iotdb.it.env.cluster.config.MppClusterConfig
- All Implemented Interfaces:
ClusterConfig
MppClusterConfig stores a whole cluster config items.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the iotdb-common.properties setter for both the ConfigNodes and DataNodes.Get the iotdb-common.properties setter of ConfigNodes.Get the iotdb-confignode.properties setter of ConfigNodes.Get the JVM Configuration setter of ConfigNodes.Get the iotdb-common.properties setter of DataNodes.Get the iotdb-datanode.properties setter of DataNodes.Get the JVM Configuration setter of DataNodes.
-
Constructor Details
-
MppClusterConfig
public MppClusterConfig()
-
-
Method Details
-
getDataNodeConfig
Description copied from interface:ClusterConfigGet the iotdb-datanode.properties setter of DataNodes.- Specified by:
getDataNodeConfigin interfaceClusterConfig- Returns:
- the
DataNodeConfiginstance.
-
getDataNodeCommonConfig
Description copied from interface:ClusterConfigGet the iotdb-common.properties setter of DataNodes. Updating the instance will affect ConfigNodes only.- Specified by:
getDataNodeCommonConfigin interfaceClusterConfig- Returns:
- the
CommonConfiginstance.
-
getConfigNodeConfig
Description copied from interface:ClusterConfigGet the iotdb-confignode.properties setter of ConfigNodes.- Specified by:
getConfigNodeConfigin interfaceClusterConfig- Returns:
- the
ConfigNodeConfiginstance.
-
getConfigNodeCommonConfig
Description copied from interface:ClusterConfigGet the iotdb-common.properties setter of ConfigNodes. Updating the instance will affect ConfigNodes only.- Specified by:
getConfigNodeCommonConfigin interfaceClusterConfig- Returns:
- the
CommonConfiginstance.
-
getCommonConfig
Description copied from interface:ClusterConfigGet the iotdb-common.properties setter for both the ConfigNodes and DataNodes. Updating the instance will affect ConfigNodes as well as DataNodes.- Specified by:
getCommonConfigin interfaceClusterConfig- Returns:
- the
CommonConfiginstance.
-
getConfigNodeJVMConfig
Description copied from interface:ClusterConfigGet the JVM Configuration setter of ConfigNodes.- Specified by:
getConfigNodeJVMConfigin interfaceClusterConfig- Returns:
- the
JVMConfiginstance.
-
getDataNodeJVMConfig
Description copied from interface:ClusterConfigGet the JVM Configuration setter of DataNodes.- Specified by:
getDataNodeJVMConfigin interfaceClusterConfig- Returns:
- the
JVMConfiginstance.
-