Package org.apache.kafka.streams.kstream
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>.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Windowed
 
 - 
 - 
Method Details
- 
key
Return the key of the window.- Returns:
 - the key of the window
 
 - 
window
Return the window containing the values associated with this key.- Returns:
 - the window containing the values
 
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -