@Internal public class PartitioningEventSerializer extends TypeSerializerSingleton<PartitioningEvent>
TypeSerializer for PartitioningEvent.| 限定符和类型 | 类和说明 |
|---|---|
static class |
PartitioningEventSerializer.PartitioningEventSerializerSnapshot
TypeSerializerSnapshot for PartitioningEventSerializer. |
| 限定符和类型 | 字段和说明 |
|---|---|
static PartitioningEventSerializer |
INSTANCE |
| 构造器和说明 |
|---|
PartitioningEventSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
copy(org.apache.flink.core.memory.DataInputView source,
org.apache.flink.core.memory.DataOutputView target) |
PartitioningEvent |
copy(PartitioningEvent from) |
PartitioningEvent |
copy(PartitioningEvent from,
PartitioningEvent reuse) |
PartitioningEvent |
createInstance() |
PartitioningEvent |
deserialize(org.apache.flink.core.memory.DataInputView source) |
PartitioningEvent |
deserialize(PartitioningEvent reuse,
org.apache.flink.core.memory.DataInputView source) |
int |
getLength() |
boolean |
isImmutableType() |
void |
serialize(PartitioningEvent record,
org.apache.flink.core.memory.DataOutputView target) |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<PartitioningEvent> |
snapshotConfiguration() |
duplicate, equals, hashCodepublic static final PartitioningEventSerializer INSTANCE
public boolean isImmutableType()
isImmutableType 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public PartitioningEvent createInstance()
createInstance 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public PartitioningEvent copy(PartitioningEvent from)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public PartitioningEvent copy(PartitioningEvent from, PartitioningEvent reuse)
copy 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public int getLength()
getLength 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public void serialize(PartitioningEvent record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>IOExceptionpublic PartitioningEvent deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>IOExceptionpublic PartitioningEvent deserialize(PartitioningEvent reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>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<PartitioningEvent>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<PartitioningEvent> snapshotConfiguration()
snapshotConfiguration 在类中 org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>Copyright © 2025 The Apache Software Foundation. All rights reserved.