public class ViewP
extends com.hazelcast.jet.core.AbstractProcessor
Processor
implementation for Beam's side input producing
primitives. Collects all input WindowedValue
s, groups them by windows and keys and when
input is complete emits them.Modifier and Type | Method and Description |
---|---|
boolean |
complete() |
static com.hazelcast.function.SupplierEx<com.hazelcast.jet.core.Processor> |
supplier(Coder inputCoder,
Coder outputCoder,
WindowingStrategy<?,?> windowingStrategy,
java.lang.String ownerId) |
protected boolean |
tryProcess(int ordinal,
java.lang.Object item) |
emitFromTraverser, emitFromTraverser, emitFromTraverser, emitFromTraverserToSnapshot, flatMapper, flatMapper, flatMapper, getLogger, getOutbox, init, init, process, restoreFromSnapshot, restoreFromSnapshot, tryEmit, tryEmit, tryEmit, tryEmitToSnapshot, tryProcess0, tryProcess1, tryProcess2, tryProcess3, tryProcess4, tryProcessWatermark
protected boolean tryProcess(int ordinal, @Nonnull java.lang.Object item)
tryProcess
in class com.hazelcast.jet.core.AbstractProcessor
public boolean complete()
public static com.hazelcast.function.SupplierEx<com.hazelcast.jet.core.Processor> supplier(Coder inputCoder, Coder outputCoder, WindowingStrategy<?,?> windowingStrategy, java.lang.String ownerId)