Class MultiTableDataStreamerExample
java.lang.Object
org.apache.ignite.example.streaming.MultiTableDataStreamerExample
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MultiTableDataStreamerExample
public MultiTableDataStreamerExample()
-
-
Method Details
-
main
Runs the MultiTableDataStreamerExample.- Parameters:
arg- The command line arguments.- Throws:
Exception- if any error occurs.
-