Class CoGroupedStreams.UnionSerializerSnapshot<T1,T2>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.util.TaggedUnion<T1,T2>,CoGroupedStreams.UnionSerializer<T1,T2>>
org.apache.flink.streaming.api.datastream.CoGroupedStreams.UnionSerializerSnapshot<T1,T2>
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<org.apache.flink.util.TaggedUnion<T1,T2>>
- Enclosing class:
- CoGroupedStreams<T1,
T2>
public static class CoGroupedStreams.UnionSerializerSnapshot<T1,T2>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.util.TaggedUnion<T1,T2>,CoGroupedStreams.UnionSerializer<T1,T2>>
The
TypeSerializerSnapshot for the CoGroupedStreams.UnionSerializer.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoGroupedStreams.UnionSerializer<T1,T2> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) protected intprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(CoGroupedStreams.UnionSerializer<T1, T2> outerSerializer) Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
Constructor Details
-
UnionSerializerSnapshot
public UnionSerializerSnapshot()
-
-
Method Details
-
getCurrentOuterSnapshotVersion
protected int getCurrentOuterSnapshotVersion()- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.util.TaggedUnion<T1,T2>, CoGroupedStreams.UnionSerializer<T1, T2>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(CoGroupedStreams.UnionSerializer<T1, T2> outerSerializer) - Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.util.TaggedUnion<T1,T2>, CoGroupedStreams.UnionSerializer<T1, T2>>
-
createOuterSerializerWithNestedSerializers
protected CoGroupedStreams.UnionSerializer<T1,T2> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) - Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.util.TaggedUnion<T1,T2>, CoGroupedStreams.UnionSerializer<T1, T2>>
-