ScalaOptionSerializerSnapshot.@Deprecated public final class ScalaOptionSerializerConfigSnapshot<E> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerConfigSnapshot<scala.Option<E>>
TypeSerializerConfigSnapshot for the Scala OptionSerializer.
This configuration snapshot class is implemented in Java because Scala does not allow calling different base class constructors from subclasses, while we need that for the default empty constructor.
| Constructor and Description |
|---|
ScalaOptionSerializerConfigSnapshot()
Deprecated.
This empty nullary constructor is required for deserializing the configuration.
|
ScalaOptionSerializerConfigSnapshot(org.apache.flink.api.common.typeutils.TypeSerializer<E> elementSerializer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion()
Deprecated.
|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<scala.Option<E>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<scala.Option<E>> newSerializer)
Deprecated.
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, writegetCurrentVersion, getUserCodeClassLoader, readSnapshot, restoreSerializer, setPriorSerializer, setUserCodeClassLoader, writeSnapshotgetCompatibleVersions, getReadVersionpublic ScalaOptionSerializerConfigSnapshot()
public ScalaOptionSerializerConfigSnapshot(org.apache.flink.api.common.typeutils.TypeSerializer<E> elementSerializer)
public int getVersion()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.