Class XidSerializer.XidSimpleTypeSerializerSnapshot

  • All Implemented Interfaces:
    org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Xid>
    Enclosing class:
    XidSerializer

    public static class XidSerializer.XidSimpleTypeSerializerSnapshot
    extends org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>
    Simple TypeSerializerSnapshot for XidSerializer.
    • Constructor Detail

      • XidSimpleTypeSerializerSnapshot

        public XidSimpleTypeSerializerSnapshot()
    • Method Detail

      • writeSnapshot

        public void writeSnapshot​(org.apache.flink.core.memory.DataOutputView out)
                           throws IOException
        Specified by:
        writeSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Xid>
        Overrides:
        writeSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>
        Throws:
        IOException
      • readSnapshot

        public void readSnapshot​(int readVersion,
                                 org.apache.flink.core.memory.DataInputView in,
                                 ClassLoader classLoader)
                          throws IOException
        Specified by:
        readSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Xid>
        Overrides:
        readSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>
        Throws:
        IOException