| AvroUtils |
Utility methods for dealing with Avro types.
|
| EitherTypeInfo<L,R> |
|
| EitherTypeInfoFactory<L,R> |
|
| EnumTypeInfo<T extends Enum<T>> |
|
| GenericTypeInfo<T> |
|
| ListTypeInfo<T> |
|
| MapTypeInfo<K,V> |
|
| MissingTypeInfo |
A special type information signifying that the type extraction failed.
|
| MultisetTypeInfo<T> |
|
| NullableListTypeInfo<T> |
A TypeInformation for the list types of the Java API, accepting null collection and null
elements.
|
| NullableMapTypeInfo<K,V> |
A TypeInformation for the map types of the Java API, accepting null collection and null
key/values.
|
| NullableSetTypeInfo<T> |
A TypeInformation for the set types of the Java API, accepting null collection and null
elements.
|
| ObjectArrayTypeInfo<T,C> |
|
| PojoField |
Represent a field definition for PojoTypeInfo type of objects.
|
| PojoTypeInfo<T> |
TypeInformation for "Java Beans"-style types.
|
| PojoTypeInfo.NamedFlatFieldDescriptor |
|
| RowTypeInfo |
|
| SetTypeInfo<T> |
|
| TupleTypeInfo<T extends org.apache.flink.api.java.tuple.Tuple> |
|
| TupleTypeInfoBase<T> |
|
| TypeExtractionUtils |
|
| TypeExtractionUtils.LambdaExecutable |
Similar to a Java 8 Executable but with a return type.
|
| TypeExtractor |
A utility for reflection analysis on classes, to determine the return type of implementations of
transformation functions.
|
| ValueTypeInfo<T extends Value> |
Type information for data types that extend the Value interface.
|