Class ExampleNodeStartup


  • public class ExampleNodeStartup
    extends java.lang.Object
    Starts up an empty node with example compute configuration.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Start up an empty node with example compute configuration.
      • Methods inherited from class java.lang.Object

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

      • ExampleNodeStartup

        public ExampleNodeStartup()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws IgniteException
        Start up an empty node with example compute configuration.
        Parameters:
        args - Command line arguments, none required.
        Throws:
        IgniteException - If failed.