@Deprecated 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.
| 构造器和说明 |
|---|
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)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getVersion()
已过时。
|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<scala.util.Try<E>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<scala.util.Try<E>> newSerializer)
已过时。
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, writepublic ScalaTrySerializerConfigSnapshot()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.