Class DistributedComputeWithReceiverExample

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

public class DistributedComputeWithReceiverExample extends Object
This example demonstrates how to use the streaming API to simulate a fraud detection process, which typically involves intensive processing of each transaction using ML models.

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

  • Constructor Details

    • DistributedComputeWithReceiverExample

      public DistributedComputeWithReceiverExample()
  • Method Details

    • main

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