Package org.apache.kafka.streams.kstream
Class TimeWindowedDeserializer<T>
java.lang.Object
org.apache.kafka.streams.kstream.TimeWindowedDeserializer<T>
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.kafka.common.serialization.Deserializer<Windowed<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionTimeWindowedDeserializer
(org.apache.kafka.common.serialization.Deserializer<T> inner, Long windowSize) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
deserialize
(String topic, byte[] data) void
setIsChangelogTopic
(boolean isChangelogTopic) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.kafka.common.serialization.Deserializer
deserialize, deserialize
-
Constructor Details
-
TimeWindowedDeserializer
public TimeWindowedDeserializer() -
TimeWindowedDeserializer
-
-
Method Details
-
getWindowSize
-
configure
- Specified by:
configure
in interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-
deserialize
- Specified by:
deserialize
in interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.apache.kafka.common.serialization.Deserializer<T>
-
setIsChangelogTopic
public void setIsChangelogTopic(boolean isChangelogTopic)
-