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