Package org.apache.iotdb.db.service
Class DataNodeServerCommandLine
- java.lang.Object
-
- org.apache.iotdb.commons.ServerCommandLine
-
- org.apache.iotdb.db.service.DataNodeServerCommandLine
-
public class DataNodeServerCommandLine extends org.apache.iotdb.commons.ServerCommandLine
-
-
Constructor Summary
Constructors Constructor Description DataNodeServerCommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetUsage()protected intrun(java.lang.String[] args)
-
-
-
Method Detail
-
getUsage
protected java.lang.String getUsage()
- Specified by:
getUsagein classorg.apache.iotdb.commons.ServerCommandLine
-
run
protected int run(java.lang.String[] args) throws java.lang.Exception- Specified by:
runin classorg.apache.iotdb.commons.ServerCommandLine- Throws:
java.lang.Exception
-
-