Class ClientPutGetExample
- java.lang.Object
-
- org.apache.ignite.examples.client.ClientPutGetExample
-
public class ClientPutGetExample extends java.lang.ObjectDemonstrates how to use Ignite thin client for basic put/get cache operations.Prerequisites:
- An Ignite server node must be running on local host.
-
-
Constructor Summary
Constructors Constructor Description ClientPutGetExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point.
-