| Package | Description | 
|---|---|
| com.hazelcast.jet.pipeline | 
 The Pipeline API is Jet's high-level API to build and execute
 distributed computation jobs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SlidingWindowDefinition | 
SlidingWindowDefinition.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. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.