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:
Since:
3.0
  • Class Summary
    Class Description
    DiagnosticProcessors
    Static utility class with factories of sinks and wrappers that log the data flowing through the DAG.
    Processors
    Static utility class with factory methods for Jet processors.
    SinkProcessors
    Static utility class with factories of sink processors (the terminators of the DAG data flow).
    SourceProcessors
    Static utility class with factories of source processors (the DAG entry points).