public class SortedMapSerializerSnapshot<K,V> extends Object implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SortedMap<K,V>>
SortedMapSerializer.| 构造器和说明 |
|---|
SortedMapSerializerSnapshot() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.TypeSerializer<SortedMap<K,V>> newSerializer) |
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 在接口中 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 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<SortedMap<K,V>>IOExceptionpublic SortedMapSerializer restoreSerializer()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.