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:
  • Constructor Details

    • SharedBufferEdgeSerializer

      public SharedBufferEdgeSerializer()
  • Method Details

    • isImmutableType

      public boolean isImmutableType()
      Specified by:
      isImmutableType in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
    • createInstance

      public SharedBufferEdge createInstance()
      Specified by:
      createInstance in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
    • copy

      public SharedBufferEdge copy(SharedBufferEdge from)
      Specified by:
      copy in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
    • copy

      Specified by:
      copy in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
    • getLength

      public int getLength()
      Specified by:
      getLength in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
    • serialize

      public void serialize(SharedBufferEdge record, org.apache.flink.core.memory.DataOutputView target) throws IOException
      Specified by:
      serialize in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
      Throws:
      IOException
    • deserialize

      public SharedBufferEdge deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException
      Specified by:
      deserialize in class org.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:
      deserialize in class org.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:
      copy in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>
      Throws:
      IOException
    • snapshotConfiguration

      public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SharedBufferEdge> snapshotConfiguration()
      Specified by:
      snapshotConfiguration in class org.apache.flink.api.common.typeutils.TypeSerializer<SharedBufferEdge>