Uses of Class
com.hazelcast.jet.pipeline.SessionWindowDefinition
Packages that use SessionWindowDefinition
Package
Description
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of SessionWindowDefinition in com.hazelcast.jet.pipeline
Methods in com.hazelcast.jet.pipeline that return SessionWindowDefinitionModifier and TypeMethodDescriptionstatic SessionWindowDefinition
WindowDefinition.session
(long sessionTimeout) Returns a window definition that aggregates events into session windows.SessionWindowDefinition.setEarlyResultsPeriod
(long earlyResultPeriodMs)