Class NearCacheExample

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

public class NearCacheExample extends Object
This example demonstrates the usage of Near Cache with a client connecting to an existing Ignite cluster.

See README.md in the examples directory for execution instructions.

  • Constructor Details

    • NearCacheExample

      public NearCacheExample()
  • 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.