Class Windowed<K>
java.lang.Object
org.apache.kafka.streams.kstream.Windowed<K>
- Type Parameters:
K- type of the key
The result key type of a windowed stream aggregation.
If a KStream gets grouped and aggregated using a window-aggregation the resulting KTable is a so-called "windowed KTable" with a combined key type that encodes the corresponding aggregation window and the original record key. Thus, a windowed KTable has type <Windowed<K>,V>.
- See Also:
Constructor Summary
ConstructorsMethod Summary
Constructor Details
Windowed
Method Details
key
window
Return the window containing the values associated with this key.- Returns:
- the window containing the values
toString
equals
hashCode