CoGroupedStreams.UnionSerializerSnapshot
.@Deprecated public static class CoGroupedStreams.UnionSerializerConfigSnapshot<T1,T2> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerConfigSnapshot<CoGroupedStreams.TaggedUnion<T1,T2>>
TypeSerializerConfigSnapshot
for the UnionSerializer
.Constructor and Description |
---|
UnionSerializerConfigSnapshot()
Deprecated.
This empty nullary constructor is required for deserializing the configuration.
|
UnionSerializerConfigSnapshot(org.apache.flink.api.common.typeutils.TypeSerializer<T1> oneSerializer,
org.apache.flink.api.common.typeutils.TypeSerializer<T2> twoSerializer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getVersion()
Deprecated.
|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<CoGroupedStreams.TaggedUnion<T1,T2>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<CoGroupedStreams.TaggedUnion<T1,T2>> newSerializer)
Deprecated.
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, write
getCurrentVersion, getUserCodeClassLoader, readSnapshot, restoreSerializer, setPriorSerializer, setUserCodeClassLoader, writeSnapshot
getCompatibleVersions, getReadVersion
public UnionSerializerConfigSnapshot()
public org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<CoGroupedStreams.TaggedUnion<T1,T2>> resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<CoGroupedStreams.TaggedUnion<T1,T2>> newSerializer)
resolveSchemaCompatibility
in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CoGroupedStreams.TaggedUnion<T1,T2>>
resolveSchemaCompatibility
in class org.apache.flink.api.common.typeutils.TypeSerializerConfigSnapshot<CoGroupedStreams.TaggedUnion<T1,T2>>
public int getVersion()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.