Class MemcacheRestExampleNodeStartup


  • public class MemcacheRestExampleNodeStartup
    extends java.lang.Object
    Starts up an empty node with cache configuration that contains default cache.

    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 enabled IPC.
      static void main​(java.lang.String[] args)
      Start up an empty node with specified cache configuration.
      • Methods inherited from class java.lang.Object

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

      • MemcacheRestExampleNodeStartup

        public MemcacheRestExampleNodeStartup()
    • Method Detail

      • main

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