Uses of Interface
com.hazelcast.jet.pipeline.StageWithWindow
Packages that use StageWithWindow
Package
Description
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of StageWithWindow in com.hazelcast.jet.pipeline
Methods in com.hazelcast.jet.pipeline that return StageWithWindowModifier and TypeMethodDescriptionStreamStage.window(WindowDefinition wDef) Adds the given window definition to this stage, as the first step in the construction of a pipeline stage that performs windowed aggregation.