Class NearCacheEmbeddedExample
java.lang.Object
org.apache.ignite.example.near.cache.NearCacheEmbeddedExample
This example demonstrates the usage of Near Cache with an embedded Ignite server node.
Use this example only when no server is running and you want to start an embedded node.
See README.md in the examples directory for execution instructions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NearCacheEmbeddedExample
public NearCacheEmbeddedExample()
-
-
Method Details
-
main
Main method of the example.- Parameters:
args- The command line arguments.- Throws:
Exception- if any error occurs.
-