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