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