Class CheckpointAndXidSerializer.CheckpointAndXidSimpleTypeSerializerSnapshot
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>
-
- org.apache.flink.connector.jdbc.xa.CheckpointAndXidSerializer.CheckpointAndXidSimpleTypeSerializerSnapshot
-
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid>
- Enclosing class:
- CheckpointAndXidSerializer
public static class CheckpointAndXidSerializer.CheckpointAndXidSimpleTypeSerializerSnapshot extends org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>
SImpleTypeSerializerSnapshotforCheckpointAndXidSerializer.
-
-
Constructor Summary
Constructors Constructor Description CheckpointAndXidSimpleTypeSerializerSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadSnapshot(int readVersion, org.apache.flink.core.memory.DataInputView in, ClassLoader classLoader)voidwriteSnapshot(org.apache.flink.core.memory.DataOutputView out)
-
-
-
Method Detail
-
writeSnapshot
public void writeSnapshot(org.apache.flink.core.memory.DataOutputView out) throws IOException- Specified by:
writeSnapshotin interfaceorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid>- Overrides:
writeSnapshotin classorg.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:
readSnapshotin interfaceorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid>- Overrides:
readSnapshotin classorg.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>- Throws:
IOException
-
-