Uses of Class
org.apache.flink.streaming.runtime.streamrecord.StreamElementSerializer
-
Packages that use StreamElementSerializer Package Description org.apache.flink.streaming.runtime.streamrecord -
-
Uses of StreamElementSerializer in org.apache.flink.streaming.runtime.streamrecord
Methods in org.apache.flink.streaming.runtime.streamrecord that return StreamElementSerializer Modifier and Type Method Description protected StreamElementSerializer<T>StreamElementSerializer.StreamElementSerializerSnapshot. createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)StreamElementSerializer<T>StreamElementSerializer. duplicate()Methods in org.apache.flink.streaming.runtime.streamrecord with parameters of type StreamElementSerializer Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]StreamElementSerializer.StreamElementSerializerSnapshot. getNestedSerializers(StreamElementSerializer<T> outerSerializer)
-