Class MemcacheRestExample
- java.lang.Object
-
- org.apache.ignite.examples.misc.client.memcache.MemcacheRestExample
-
public class MemcacheRestExample extends java.lang.ObjectThis 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.
-
-
Constructor Summary
Constructors Constructor Description MemcacheRestExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-