public static class XidSerializer.XidSimpleTypeSerializerSnapshot extends org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>
TypeSerializerSnapshot for XidSerializer.| Constructor and Description |
|---|
XidSimpleTypeSerializerSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
readSnapshot(int readVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader classLoader) |
void |
writeSnapshot(org.apache.flink.core.memory.DataOutputView out) |
equals, getCurrentVersion, hashCode, resolveSchemaCompatibility, restoreSerializer, toStringpublic void writeSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Xid>writeSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>IOExceptionpublic void readSnapshot(int readVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader classLoader)
throws IOException
readSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Xid>readSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Xid>IOExceptionCopyright © 2022–2024 The Apache Software Foundation. All rights reserved.