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