Class AINodeWrapper
java.lang.Object
org.apache.iotdb.it.env.cluster.node.AbstractNodeWrapper
org.apache.iotdb.it.env.cluster.node.AINodeWrapper
- All Implemented Interfaces:
BaseNodeWrapper
-
Field Summary
FieldsFields inherited from class org.apache.iotdb.it.env.cluster.node.AbstractNodeWrapper
clusterConfigProperties, clusterIndex, immutableCommonProperties, immutableNodeProperties, instance, isMultiCluster, jmxPort, jvmConfig, mutableCommonProperties, mutableNodeProperties, outputCommonConfig, portList, testClassName, testMethodName -
Constructor Summary
ConstructorsConstructorDescriptionAINodeWrapper(String seedConfigNode, String testClassName, String testMethodName, int clusterIndex, int[] port, long startTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStartCmdParams(List<String> params) Return the common config file path specified through system variableReturn the node config file path specified through system variablegetId()intvoidvoidvoidstart()Methods inherited from class org.apache.iotdb.it.env.cluster.node.AbstractNodeWrapper
changeConfig, createLogDir, createNodeDir, destroyDir, dumpJVMSnapshot, executeJstack, executeJstack, getDataPath, getIp, getIpAndPortString, getLogPath, getNodePath, getPid, getPort, getTestLogDirName, isAlive, setKillPoints, setPort, stop, stopForcibly, workDirFilePath
-
Field Details
-
CONFIG_PATH
- See Also:
-
SCRIPT_PATH
- See Also:
-
-
Constructor Details
-
AINodeWrapper
-
-
Method Details
-
getLogDirPath
- Overrides:
getLogDirPathin classAbstractNodeWrapper
-
start
public void start()- Specified by:
startin interfaceBaseNodeWrapper- Overrides:
startin classAbstractNodeWrapper
-
getMetricPort
public int getMetricPort()- Specified by:
getMetricPortin interfaceBaseNodeWrapper- Overrides:
getMetricPortin classAbstractNodeWrapper
-
getId
-
reloadMutableFields
public void reloadMutableFields()- Specified by:
reloadMutableFieldsin classAbstractNodeWrapper
-
renameFile
public void renameFile()- Specified by:
renameFilein classAbstractNodeWrapper
-
getSystemConfigPath
- Specified by:
getSystemConfigPathin classAbstractNodeWrapper
-
getDefaultNodeConfigPath
Return the node config file path specified through system variable- Specified by:
getDefaultNodeConfigPathin classAbstractNodeWrapper
-
getDefaultCommonConfigPath
Return the common config file path specified through system variable- Specified by:
getDefaultCommonConfigPathin classAbstractNodeWrapper
-
addStartCmdParams
- Specified by:
addStartCmdParamsin classAbstractNodeWrapper
-
getSystemPropertiesPath
- Specified by:
getSystemPropertiesPathin classAbstractNodeWrapper
-
initVMConfig
- Specified by:
initVMConfigin classAbstractNodeWrapper
-