Uses of Class
com.hazelcast.jet.JetException
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Core API.
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of JetException in com.hazelcast.jet
Modifier and TypeClassDescriptionclass
Thrown when a named job is submitted while there is an active job with the same name.class
Exception to throw from job-executing methods to indicate a failure that can be resolved by restarting the job. -
Uses of JetException in com.hazelcast.jet.core
Modifier and TypeClassDescriptionclass
Thrown when a job could not be found on the master nodeclass
Thrown when a topology change causes a job to abort. -
Uses of JetException in com.hazelcast.jet.pipeline
Modifier and TypeMethodDescriptionvoid
SourceBuilder.SourceBuffer.close()
Closes the buffer, signaling that all items have been emitted.