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
.构造器和说明 |
---|
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)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getVersion()
已过时。
|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<CoGroupedStreams.TaggedUnion<T1,T2>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<CoGroupedStreams.TaggedUnion<T1,T2>> newSerializer)
已过时。
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, write
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
在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CoGroupedStreams.TaggedUnion<T1,T2>>
resolveSchemaCompatibility
在类中 org.apache.flink.api.common.typeutils.TypeSerializerConfigSnapshot<CoGroupedStreams.TaggedUnion<T1,T2>>
public int getVersion()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.