Class SharedBufferNodeSerializer
java.lang.Object
org.apache.flink.api.common.typeutils.TypeSerializer<T>
org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<SharedBufferNode>
org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
- All Implemented Interfaces:
Serializable
public class SharedBufferNodeSerializer
extends org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton<SharedBufferNode>
Serializer for
SharedBufferNode.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(SharedBufferNode from) copy(SharedBufferNode from, SharedBufferNode reuse) voidcopy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) deserialize(SharedBufferNode reuse, org.apache.flink.core.memory.DataInputView source) deserialize(org.apache.flink.core.memory.DataInputView source) org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>intbooleanvoidserialize(SharedBufferNode record, org.apache.flink.core.memory.DataOutputView target) org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferNode>Methods inherited from class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton
duplicate, equals, hashCode
-
Constructor Details
-
SharedBufferNodeSerializer
public SharedBufferNodeSerializer()
-
-
Method Details
-
getEdgeSerializer
-
isImmutableType
public boolean isImmutableType()- Specified by:
isImmutableTypein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>
-
createInstance
- Specified by:
createInstancein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>
-
getLength
public int getLength()- Specified by:
getLengthin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>
-
deserialize
public SharedBufferNode deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException - Specified by:
deserializein classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>- 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<SharedBufferNode>- Throws:
IOException
-
snapshotConfiguration
public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferNode> snapshotConfiguration()- Specified by:
snapshotConfigurationin classorg.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferNode>
-