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