Class IgniteClientExample

java.lang.Object
org.apache.ignite.example.client.IgniteClientExample

public class IgniteClientExample extends Object
This example demonstrates the usage of the basic client API without any fine-tuning. Configurations like this are sufficient for most common scenarios.
  • Constructor Details

    • IgniteClientExample

      public IgniteClientExample()
  • Method Details

    • main

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