public static final class BaseRowSerializer.BaseRowSerializerSnapshot extends Object implements org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseRow>
TypeSerializerSnapshot for BinaryRowSerializer.| Constructor and Description |
|---|
BaseRowSerializerSnapshot() |
| 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<BaseRow> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<BaseRow> newSerializer) |
BaseRowSerializer |
restoreSerializer() |
void |
writeSnapshot(org.apache.flink.core.memory.DataOutputView out) |
public int getCurrentVersion()
getCurrentVersion in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseRow>public void writeSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeSnapshot in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseRow>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<BaseRow>IOExceptionpublic BaseRowSerializer restoreSerializer()
restoreSerializer in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseRow>public org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<BaseRow> resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<BaseRow> newSerializer)
resolveSchemaCompatibility in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<BaseRow>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.