Uses of Class
org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
-
Packages that use ObjectArrayTypeInfo Package Description org.apache.flink.api.java.typeutils -
-
Uses of ObjectArrayTypeInfo in org.apache.flink.api.java.typeutils
Methods in org.apache.flink.api.java.typeutils that return ObjectArrayTypeInfo Modifier and Type Method Description static <T,C>
ObjectArrayTypeInfo<T,C>ObjectArrayTypeInfo. getInfoFor(Class<T> arrayClass, TypeInformation<C> componentInfo)static <T,C>
ObjectArrayTypeInfo<T,C>ObjectArrayTypeInfo. getInfoFor(TypeInformation<C> componentInfo)Creates a newObjectArrayTypeInfofrom aTypeInformationfor the component type.
-