Uses of Class
org.apache.flink.api.common.functions.InvalidTypesException
-
Packages that use InvalidTypesException Package Description org.apache.flink.api.java.typeutils -
-
Uses of InvalidTypesException in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils that return InvalidTypesException Modifier and Type Method Description InvalidTypesExceptionMissingTypeInfo. getTypeException()Methods in org.apache.flink.api.java.typeutils that return types with arguments of type InvalidTypesException Modifier and Type Method Description TypeSerializer<InvalidTypesException>MissingTypeInfo. createSerializer(ExecutionConfig config)TypeSerializer<InvalidTypesException>MissingTypeInfo. createSerializer(SerializerConfig serializerConfig)Class<InvalidTypesException>MissingTypeInfo. getTypeClass()Methods in org.apache.flink.api.java.typeutils that throw InvalidTypesException Modifier and Type Method Description static TypeTypeExtractionUtils. extractTypeArgument(Type t, int index)This method extracts the n-th type argument from the given type.Constructors in org.apache.flink.api.java.typeutils with parameters of type InvalidTypesException Constructor Description MissingTypeInfo(String functionName, InvalidTypesException typeException)
-