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()
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) |
Modifier and Type | Method and Description |
---|---|
int |
getVersion() |
equals, getNestedSerializersAndConfigs, getSingleNestedSerializerAndConfig, hashCode, read, write
getCurrentVersion, getUserCodeClassLoader, readSnapshot, resolveSchemaCompatibility, restoreSerializer, setPriorSerializer, setUserCodeClassLoader, writeSnapshot
getCompatibleVersions, getReadVersion
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.