Class ParDoP.Supplier<InputT,OutputT>

java.lang.Object
org.apache.beam.runners.jet.processors.ParDoP.Supplier<InputT,OutputT>
Type Parameters:
OutputT - the type of main output elements of the DoFn being used
All Implemented Interfaces:
com.hazelcast.function.SupplierEx<com.hazelcast.jet.core.Processor>, Serializable, Supplier<com.hazelcast.jet.core.Processor>, DAGBuilder.WiringListener
Enclosing class:
ParDoP<InputT,OutputT>

public static class ParDoP.Supplier<InputT,OutputT> extends Object
Jet Processor supplier that will provide instances of ParDoP.
See Also: