Uses of Class
org.apache.flink.api.common.typeinfo.TypeHint
-
Packages that use TypeHint Package Description org.apache.flink.api.common.serialization org.apache.flink.api.common.typeinfo -
-
Uses of TypeHint in org.apache.flink.api.common.serialization
Constructors in org.apache.flink.api.common.serialization with parameters of type TypeHint Constructor Description AbstractDeserializationSchema(TypeHint<T> typeHint)Creates an AbstractDeserializationSchema that returns the TypeInformation indicated by the given type hint. -
Uses of TypeHint in org.apache.flink.api.common.typeinfo
Methods in org.apache.flink.api.common.typeinfo with parameters of type TypeHint Modifier and Type Method Description static <T> TypeInformation<T>TypeInformation. of(TypeHint<T> typeHint)Creates a TypeInformation for a generic type via a utility "type hint".
-