@Internal public class PartitioningEventSerializer extends TypeSerializerSingleton<PartitioningEvent>
TypeSerializer for PartitioningEvent.| Modifier and Type | Class and Description |
|---|---|
static class |
PartitioningEventSerializer.PartitioningEventSerializerSnapshot
TypeSerializerSnapshot for PartitioningEventSerializer. |
| Modifier and Type | Field and Description |
|---|---|
static PartitioningEventSerializer |
INSTANCE |
| Constructor and Description |
|---|
PartitioningEventSerializer() |
| Modifier and Type | Method and Description |
|---|---|
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 in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public PartitioningEvent createInstance()
createInstance in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public PartitioningEvent copy(PartitioningEvent from)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public PartitioningEvent copy(PartitioningEvent from, PartitioningEvent reuse)
copy in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public int getLength()
getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>public void serialize(PartitioningEvent record, org.apache.flink.core.memory.DataOutputView target) throws IOException
serialize in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>IOExceptionpublic PartitioningEvent deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>IOExceptionpublic PartitioningEvent deserialize(PartitioningEvent reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
deserialize in class 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 in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<PartitioningEvent> snapshotConfiguration()
snapshotConfiguration in class org.apache.flink.api.common.typeutils.TypeSerializer<PartitioningEvent>Copyright © 2024 The Apache Software Foundation. All rights reserved.