Class DistributedComputeWithReceiverExample
java.lang.Object
org.apache.ignite.example.streaming.DistributedComputeWithReceiverExample
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classReceiver that processes transactions and detects potential fraud. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DistributedComputeWithReceiverExample
public DistributedComputeWithReceiverExample()
-
-
Method Details
-
main
Runs the DistributedComputeWithReceiverExample.- Parameters:
arg- The command line arguments.- Throws:
Exception- if any error occurs.
-