T
- type of element being windowedpublic class AssignWindowP<T>
extends com.hazelcast.jet.core.AbstractProcessor
Processor
implementation for Beam's Windowing primitive.Modifier and Type | Method and Description |
---|---|
static <T> com.hazelcast.function.SupplierEx<com.hazelcast.jet.core.Processor> |
supplier(Coder inputCoder,
Coder outputCoder,
WindowingStrategy<T,BoundedWindow> 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
public static <T> com.hazelcast.function.SupplierEx<com.hazelcast.jet.core.Processor> supplier(Coder inputCoder, Coder outputCoder, WindowingStrategy<T,BoundedWindow> windowingStrategy, java.lang.String ownerId)
protected boolean tryProcess(int ordinal, @Nonnull java.lang.Object item)
tryProcess
in class com.hazelcast.jet.core.AbstractProcessor