Class DetectFailedEntriesExample
java.lang.Object
org.apache.ignite.example.streaming.DetectFailedEntriesExample
This example demonstrates how to use the streaming API to catch both asynchronous errors during background streaming and immediate submission errors.
If data streamer fails to process any entries, it collects the failed items in a DataStreamerException.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DetectFailedEntriesExample
public DetectFailedEntriesExample()
-
-
Method Details
-
main
-