Uses of Class
com.hazelcast.jet.pipeline.SlidingWindowDefinition
Package
Description
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of SlidingWindowDefinition in com.hazelcast.jet.pipeline
Modifier and TypeMethodDescriptionSlidingWindowDefinition.setEarlyResultsPeriod
(long earlyResultPeriodMs) static SlidingWindowDefinition
WindowDefinition.sliding
(long windowSize, long slideBy) Returns a sliding window definition with the given parameters.static SlidingWindowDefinition
WindowDefinition.tumbling
(long windowSize) Returns a tumbling window definition with the given parameters.