public static class CheckpointAndXidSerializer.CheckpointAndXidSimpleTypeSerializerSnapshot extends org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>
TypeSerializerSnapshot for CheckpointAndXidSerializer.| Constructor and Description |
|---|
CheckpointAndXidSimpleTypeSerializerSnapshot() |
| 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 CheckpointAndXidSimpleTypeSerializerSnapshot()
public void writeSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid>writeSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>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<CheckpointAndXid>readSnapshot in class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<CheckpointAndXid>IOExceptionCopyright © 2022–2024 The Apache Software Foundation. All rights reserved.