Class KeyedWindowResult<K,​R>

java.lang.Object
com.hazelcast.jet.datamodel.WindowResult<R>
com.hazelcast.jet.datamodel.KeyedWindowResult<K,​R>
Type Parameters:
K - type of the grouping key
R - type of the aggregated result
All Implemented Interfaces:
Map.Entry<K,​R>

public final class KeyedWindowResult<K,​R>
extends WindowResult<R>
implements Map.Entry<K,​R>
Holds the result of a group-and-aggregate operation performed over a time window.
Since:
3.0