Uses of Class
org.apache.flink.api.common.typeutils.CompositeTypeSerializerUtil.IntermediateCompatibilityResult
-
Packages that use CompositeTypeSerializerUtil.IntermediateCompatibilityResult Package Description org.apache.flink.api.common.typeutils -
-
Uses of CompositeTypeSerializerUtil.IntermediateCompatibilityResult in org.apache.flink.api.common.typeutils
Methods in org.apache.flink.api.common.typeutils that return CompositeTypeSerializerUtil.IntermediateCompatibilityResult Modifier and Type Method Description static <T> CompositeTypeSerializerUtil.IntermediateCompatibilityResult<T>CompositeTypeSerializerUtil. constructIntermediateCompatibilityResult(TypeSerializer<?>[] newNestedSerializers, TypeSerializerSnapshot<?>[] nestedSerializerSnapshots)Constructs anCompositeTypeSerializerUtil.IntermediateCompatibilityResultwith the given array of nested serializers and their corresponding serializer snapshots.
-