Uses of Class
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
-
-
Uses of CompositeTypeSerializerSnapshot.OuterSchemaCompatibility in org.apache.flink.api.common.typeutils
Methods in org.apache.flink.api.common.typeutils that return CompositeTypeSerializerSnapshot.OuterSchemaCompatibility Modifier and Type Method Description protected CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityCompositeTypeSerializerSnapshot. resolveOuterSchemaCompatibility(S newSerializer)Checks the schema compatibility of the given new serializer based on the outer snapshot.static CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityCompositeTypeSerializerSnapshot.OuterSchemaCompatibility. valueOf(String name)Returns the enum constant of this type with the specified name.static CompositeTypeSerializerSnapshot.OuterSchemaCompatibility[]CompositeTypeSerializerSnapshot.OuterSchemaCompatibility. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompositeTypeSerializerSnapshot.OuterSchemaCompatibility in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return CompositeTypeSerializerSnapshot.OuterSchemaCompatibility Modifier and Type Method Description protected CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityGenericArraySerializerSnapshot. resolveOuterSchemaCompatibility(GenericArraySerializer<C> newSerializer) -
Uses of CompositeTypeSerializerSnapshot.OuterSchemaCompatibility in org.apache.flink.api.java.typeutils.runtime
Methods in org.apache.flink.api.java.typeutils.runtime that return CompositeTypeSerializerSnapshot.OuterSchemaCompatibility Modifier and Type Method Description protected CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityNullableSerializer.NullableSerializerSnapshot. resolveOuterSchemaCompatibility(NullableSerializer<T> newSerializer)protected CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityRowSerializer.RowSerializerSnapshot. resolveOuterSchemaCompatibility(RowSerializer newSerializer)
-