Class EventId.EventIdSerializer
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.TypeSerializer<T>
-
- org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<EventId>
-
- org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EventId
public static class EventId.EventIdSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<EventId>
TypeSerializerforEventId.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventId.EventIdSerializer.EventIdSerializerSnapshotSerializer configuration snapshot for compatibility and format evolution.
-
Field Summary
Fields Modifier and Type Field Description static EventId.EventIdSerializerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventIdcopy(EventId from)EventIdcopy(EventId from, EventId reuse)voidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target)EventIdcreateInstance()EventIddeserialize(EventId reuse, org.apache.flink.core.memory.DataInputView source)EventIddeserialize(org.apache.flink.core.memory.DataInputView source)intgetLength()booleanisImmutableType()voidserialize(EventId record, org.apache.flink.core.memory.DataOutputView target)org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<EventId>snapshotConfiguration()
-
-
-
Field Detail
-
INSTANCE
public static final EventId.EventIdSerializer INSTANCE
-
-
Method Detail
-
isImmutableType
public boolean isImmutableType()
- Specified by:
isImmutableTypein classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>
-
createInstance
public EventId createInstance()
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>
-
copy
public EventId copy(EventId from)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>
-
copy
public EventId copy(EventId from, EventId reuse)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>
-
getLength
public int getLength()
- Specified by:
getLengthin classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>
-
serialize
public void serialize(EventId record, org.apache.flink.core.memory.DataOutputView target) throws IOException
- Specified by:
serializein classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>- Throws:
IOException
-
deserialize
public EventId deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>- Throws:
IOException
-
deserialize
public EventId deserialize(EventId reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>- Throws:
IOException
-
copy
public void copy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) throws IOException- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<EventId>- Throws:
IOException
-
-