public static class CountWindow.Serializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<CountWindow>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CountWindow.Serializer.CountWindowSerializerSnapshot
Serializer configuration snapshot for compatibility and format evolution.
|
| 构造器和说明 |
|---|
Serializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>public CountWindow createInstance()
createInstance 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>public CountWindow copy(CountWindow from)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>public CountWindow copy(CountWindow from, CountWindow reuse)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>public int getLength()
getLength 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>public void serialize(CountWindow record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>IOExceptionpublic CountWindow deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>IOExceptionpublic CountWindow deserialize(CountWindow reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 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 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CountWindow> snapshotConfiguration()
snapshotConfiguration 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<CountWindow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.