public static final class MessageTypeSerializer.Snapshot extends java.lang.Object implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Message>
Constructor and Description |
---|
Snapshot() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentVersion() |
void |
readSnapshot(int version,
org.apache.flink.core.memory.DataInputView dataInputView,
java.lang.ClassLoader classLoader) |
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<Message> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<Message> typeSerializer) |
org.apache.flink.api.common.typeutils.TypeSerializer<Message> |
restoreSerializer() |
void |
writeSnapshot(org.apache.flink.core.memory.DataOutputView dataOutputView) |
public int getCurrentVersion()
getCurrentVersion
in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Message>
public void writeSnapshot(org.apache.flink.core.memory.DataOutputView dataOutputView) throws java.io.IOException
writeSnapshot
in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Message>
java.io.IOException
public void readSnapshot(int version, org.apache.flink.core.memory.DataInputView dataInputView, java.lang.ClassLoader classLoader) throws java.io.IOException
readSnapshot
in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Message>
java.io.IOException
public org.apache.flink.api.common.typeutils.TypeSerializer<Message> restoreSerializer()
restoreSerializer
in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Message>
public org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<Message> resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<Message> typeSerializer)
resolveSchemaCompatibility
in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Message>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.