public class SortedMapSerializerSnapshot<K,V> extends Object implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SortedMap<K,V>>
SortedMapSerializer.| Constructor and Description |
|---|
SortedMapSerializerSnapshot() |
| 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<SortedMap<K,V>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SortedMap<K,V>> oldSerializerSnapshot) |
SortedMapSerializer |
restoreSerializer() |
void |
writeSnapshot(org.apache.flink.core.memory.DataOutputView out) |
public int getCurrentVersion()
public void writeSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SortedMap<K,V>>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<SortedMap<K,V>>IOExceptionpublic SortedMapSerializer restoreSerializer()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.