Package com.hazelcast.jet.core.processor
package com.hazelcast.jet.core.processor
Contains static utility classes with factories of Jet processors. The
factories are organized into several categories according to the role
of the vertex they implement:
-
SourceProcessors
(have no inbound edges) -
SinkProcessors
(have no outbound edges) -
Internal vertices
(have both inbound and outbound edges) -
Diagnostic helpers
- Since:
- Jet 3.0
-
ClassDescriptionStatic utility class with factories of sinks and wrappers that log the data flowing through the DAG.Static utility class with factory methods for Jet processors.Static utility class with factories of sink processors (the terminators of the DAG data flow).Static utility class with factories of source processors (the DAG entry points).