Class XidSerializer.XidSimpleTypeSerializerSnapshot
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>
-
- org.apache.flink.connector.jdbc.xa.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>
SimpleTypeSerializerSnapshotforXidSerializer.
-
-
Constructor Summary
Constructors Constructor Description XidSimpleTypeSerializerSnapshot()
-
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<Xid>- Overrides:
writeSnapshotin classorg.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:
readSnapshotin interfaceorg.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Xid>- Overrides:
readSnapshotin classorg.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>- Throws:
IOException
-
-