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