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