Class MultiTableDataStreamerExample

java.lang.Object
org.apache.ignite.example.streaming.MultiTableDataStreamerExample

public class MultiTableDataStreamerExample extends Object
This example demonstrates how to use the streaming API to implement a receiver that processes data containing customer and address information, and updates two separate tables on the server.

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

  • Constructor Details

    • MultiTableDataStreamerExample

      public MultiTableDataStreamerExample()
  • Method Details

    • main

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