public class ScalaTrySerializerConfigSnapshot<E>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerConfigSnapshot<scala.util.Try<E>>
TypeSerializerConfigSnapshot for the Scala TrySerializer.
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 |
|---|
ScalaTrySerializerConfigSnapshot()
This empty nullary constructor is required for deserializing the configuration.
|
ScalaTrySerializerConfigSnapshot(org.apache.flink.api.common.typeutils.TypeSerializer<E> elementSerializer,
org.apache.flink.api.common.typeutils.TypeSerializer<Throwable> throwableSerializer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion() |
equals, getNestedSerializersAndConfigs, getSingleNestedSerializerAndConfig, hashCode, read, writegetCurrentVersion, getUserCodeClassLoader, readSnapshot, resolveSchemaCompatibility, restoreSerializer, setPriorSerializer, setUserCodeClassLoader, writeSnapshotgetCompatibleVersions, getReadVersionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.