Class CheckpointAndXidSerializer.CheckpointAndXidSimpleTypeSerializerSnapshot

    • Constructor Detail

      • CheckpointAndXidSimpleTypeSerializerSnapshot

        public CheckpointAndXidSimpleTypeSerializerSnapshot()
    • 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<CheckpointAndXid>
        Overrides:
        writeSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>
        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<CheckpointAndXid>
        Overrides:
        readSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>
        Throws:
        IOException