Uses of Class
org.apache.flink.table.dataview.ListViewSerializer
-
Packages that use ListViewSerializer Package Description org.apache.flink.table.dataview -
-
Uses of ListViewSerializer in org.apache.flink.table.dataview
Methods in org.apache.flink.table.dataview that return ListViewSerializer Modifier and Type Method Description protected ListViewSerializer<T>ListViewSerializerSnapshot. createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)Deprecated.Methods in org.apache.flink.table.dataview with parameters of type ListViewSerializer Modifier and Type Method Description protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]ListViewSerializerSnapshot. getNestedSerializers(ListViewSerializer<T> outerSerializer)Deprecated.Constructors in org.apache.flink.table.dataview with parameters of type ListViewSerializer Constructor Description ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)Deprecated.Constructor to create the snapshot for writing.
-