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(TypeSerializerSnapshot<T> oldSerializerSnapshot)Checks the schema compatibility of the given old serializer snapshot based on the outer snapshot.protected CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityCompositeTypeSerializerSnapshot. resolveOuterSchemaCompatibility(S newSerializer)Deprecated.this method is deprecated, and will be removed in the future.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(TypeSerializerSnapshot<C[]> oldSerializerSnapshot) -
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(TypeSerializerSnapshot<T> oldSerializerSnapshot)protected CompositeTypeSerializerSnapshot.OuterSchemaCompatibilityRowSerializer.RowSerializerSnapshot. resolveOuterSchemaCompatibility(TypeSerializerSnapshot<Row> oldSerializerSnapshot)
-