Class NearCacheEmbeddedExample

java.lang.Object
org.apache.ignite.example.near.cache.NearCacheEmbeddedExample

public class NearCacheEmbeddedExample extends Object
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 Details

    • NearCacheEmbeddedExample

      public NearCacheEmbeddedExample()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Main method of the example.
      Parameters:
      args - The command line arguments.
      Throws:
      Exception - if any error occurs.