Class SharedBufferEdge.SharedBufferEdgeSerializer
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.TypeSerializer<T>
-
- org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<SharedBufferEdge>
-
- org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SharedBufferEdge
public static class SharedBufferEdge.SharedBufferEdgeSerializer extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<SharedBufferEdge>
Serializer forSharedBufferEdge.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshotSerializer configuration snapshot for compatibility and format evolution.
-
Constructor Summary
Constructors Constructor Description SharedBufferEdgeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedBufferEdgecopy(SharedBufferEdge from)SharedBufferEdgecopy(SharedBufferEdge from, SharedBufferEdge reuse)voidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target)SharedBufferEdgecreateInstance()SharedBufferEdgedeserialize(SharedBufferEdge reuse, org.apache.flink.core.memory.DataInputView source)SharedBufferEdgedeserialize(org.apache.flink.core.memory.DataInputView source)intgetLength()booleanisImmutableType()voidserialize(SharedBufferEdge record, org.apache.flink.core.memory.DataOutputView target)org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferEdge>snapshotConfiguration()
-
-
-
Method Detail
-
isImmutableType
public boolean isImmutableType()
- Specified by:
isImmutableTypein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
createInstance
public SharedBufferEdge createInstance()
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
copy
public SharedBufferEdge copy(SharedBufferEdge from)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
copy
public SharedBufferEdge copy(SharedBufferEdge from, SharedBufferEdge reuse)
- Specified by:
copyin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
getLength
public int getLength()
- Specified by:
getLengthin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
serialize
public void serialize(SharedBufferEdge record, org.apache.flink.core.memory.DataOutputView target) throws IOException
- Specified by:
serializein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>- Throws:
IOException
-
deserialize
public SharedBufferEdge deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>- Throws:
IOException
-
deserialize
public SharedBufferEdge deserialize(SharedBufferEdge reuse, org.apache.flink.core.memory.DataInputView source) throws IOException
- Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>- 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<SharedBufferEdge>- Throws:
IOException
-
snapshotConfiguration
public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferEdge> snapshotConfiguration()
- Specified by:
snapshotConfigurationin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
-