Class ComputeFailoverNodeStartup


  • public class ComputeFailoverNodeStartup
    extends java.lang.Object
    Starts up an empty node with checkpoint-enabled configuration.

    The difference is that running this class from IDE adds all example classes to classpath but running from command line doesn't.

    • Method Summary

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

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

      • ComputeFailoverNodeStartup

        public ComputeFailoverNodeStartup()
    • Method Detail

      • main

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