public static class TimeWindow.Serializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<TimeWindow>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeWindow.Serializer.TimeWindowSerializerSnapshot
Serializer configuration snapshot for compatibility and format evolution.
|
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target) |
TimeWindow |
copy(TimeWindow from) |
TimeWindow |
copy(TimeWindow from,
TimeWindow reuse) |
TimeWindow |
createInstance() |
TimeWindow |
deserialize(org.apache.flink.core.memory.DataInputView source) |
TimeWindow |
deserialize(TimeWindow reuse,
org.apache.flink.core.memory.DataInputView source) |
int |
getLength() |
boolean |
isImmutableType() |
void |
serialize(TimeWindow record,
org.apache.flink.core.memory.DataOutputView target) |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TimeWindow> |
snapshotConfiguration() |
public boolean isImmutableType()
isImmutableType in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>public TimeWindow createInstance()
createInstance in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>public TimeWindow copy(TimeWindow from)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>public TimeWindow copy(TimeWindow from, TimeWindow reuse)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>public int getLength()
getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>public void serialize(TimeWindow record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>IOExceptionpublic TimeWindow deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>IOExceptionpublic TimeWindow deserialize(TimeWindow reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>IOExceptionpublic void copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target)
throws IOException
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TimeWindow> snapshotConfiguration()
snapshotConfiguration in class org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.