Class MemcacheRestExample


  • public class MemcacheRestExample
    extends java.lang.Object
    This example shows how to use Memcache client for manipulating Ignite cache.

    Ignite implements Memcache binary protocol and it is available if REST is enabled on the node. Remote nodes should always be started using MemcacheRestExampleNodeStartup.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • MemcacheRestExample

        public MemcacheRestExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Parameters:
        args - Command line arguments.
        Throws:
        java.lang.Exception - In case of error.