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