public class ScalaEitherSerializerSnapshot<L,R>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<scala.util.Either<L,R>,org.apache.flink.api.scala.typeutils.EitherSerializer<L,R>>
Either type, containing configuration
snapshots of the Left and Right serializers.| Constructor and Description |
|---|
ScalaEitherSerializerSnapshot()
Constructor for read instantiation.
|
ScalaEitherSerializerSnapshot(org.apache.flink.api.scala.typeutils.EitherSerializer<L,R> eitherSerializer)
Constructor to create the snapshot for writing.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.scala.typeutils.EitherSerializer<L,R> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(org.apache.flink.api.scala.typeutils.EitherSerializer<L,R> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic ScalaEitherSerializerSnapshot()
public int getCurrentOuterSnapshotVersion()
protected org.apache.flink.api.scala.typeutils.EitherSerializer<L,R> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.