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 for
SharedBufferEdge.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSerializer configuration snapshot for compatibility and format evolution. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(SharedBufferEdge from) copy(SharedBufferEdge from, SharedBufferEdge reuse) voidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) deserialize(SharedBufferEdge reuse, org.apache.flink.core.memory.DataInputView source) deserialize(org.apache.flink.core.memory.DataInputView source) intbooleanvoidserialize(SharedBufferEdge record, org.apache.flink.core.memory.DataOutputView target) org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferEdge>Methods inherited from class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton
duplicate, equals, hashCode
-
Constructor Details
-
SharedBufferEdgeSerializer
public SharedBufferEdgeSerializer()
-
-
Method Details
-
isImmutableType
public boolean isImmutableType()- Specified by:
isImmutableTypein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
createInstance
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
getLength
public int getLength()- Specified by:
getLengthin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
-
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
-
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>
-