Uses of Class
org.apache.flink.streaming.api.datastream.CoGroupedStreams.UnionSerializer
-
Packages that use CoGroupedStreams.UnionSerializer Package Description org.apache.flink.streaming.api.datastream -
-
Uses of CoGroupedStreams.UnionSerializer in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return CoGroupedStreams.UnionSerializer Modifier and Type Method Description protected CoGroupedStreams.UnionSerializer<T1,T2>
CoGroupedStreams.UnionSerializerSnapshot. createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
Methods in org.apache.flink.streaming.api.datastream with parameters of type CoGroupedStreams.UnionSerializer Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]
CoGroupedStreams.UnionSerializerSnapshot. getNestedSerializers(CoGroupedStreams.UnionSerializer<T1,T2> outerSerializer)
-