Package org.apache.kafka.streams.kstream
Class WindowedSerdes
java.lang.Object
org.apache.kafka.streams.kstream.WindowedSerdes
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsessionWindowedSerdeFrom(Class<T> type) Construct aSessionWindowedSerdeobject for the specified inner class type.timeWindowedSerdeFrom(Class<T> type) Deprecated.timeWindowedSerdeFrom(Class<T> type, long windowSize) Construct aTimeWindowedSerdeobject to deserialize changelog topic for the specified inner class type and window size. 
- 
Constructor Details
- 
WindowedSerdes
public WindowedSerdes() 
 - 
 - 
Method Details
- 
timeWindowedSerdeFrom
Deprecated.Construct aTimeWindowedSerdeobject for the specified inner class type. - 
timeWindowedSerdeFrom
Construct aTimeWindowedSerdeobject to deserialize changelog topic for the specified inner class type and window size. - 
sessionWindowedSerdeFrom
Construct aSessionWindowedSerdeobject for the specified inner class type. 
 -