Class DataNodeServerCommandLine


  • public class DataNodeServerCommandLine
    extends org.apache.iotdb.commons.ServerCommandLine
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getUsage()  
      protected int run​(java.lang.String[] args)  
      • Methods inherited from class org.apache.iotdb.commons.ServerCommandLine

        doMain, usage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataNodeServerCommandLine

        public DataNodeServerCommandLine()
    • Method Detail

      • getUsage

        protected java.lang.String getUsage()
        Specified by:
        getUsage in class org.apache.iotdb.commons.ServerCommandLine
      • run

        protected int run​(java.lang.String[] args)
                   throws java.lang.Exception
        Specified by:
        run in class org.apache.iotdb.commons.ServerCommandLine
        Throws:
        java.lang.Exception