public static final class BaseMapSerializer.BaseMapSerializerSnapshot extends Object implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseMap>
TypeSerializerSnapshot for BaseArraySerializer.| Constructor and Description |
|---|
BaseMapSerializerSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentVersion() |
void |
readSnapshot(int readVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader) |
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<BaseMap> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<BaseMap> newSerializer) |
org.apache.flink.api.common.typeutils.TypeSerializer<BaseMap> |
restoreSerializer() |
void |
writeSnapshot(org.apache.flink.core.memory.DataOutputView out) |
public int getCurrentVersion()
getCurrentVersion in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseMap>public void writeSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseMap>IOExceptionpublic void readSnapshot(int readVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader)
throws IOException
readSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseMap>IOExceptionpublic org.apache.flink.api.common.typeutils.TypeSerializer<BaseMap> restoreSerializer()
restoreSerializer in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseMap>public org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<BaseMap> resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<BaseMap> newSerializer)
resolveSchemaCompatibility in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseMap>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.