| Interface | Description |
|---|---|
| InputTypeConfigurable |
OutputFormats can implement this interface to be configured
with the data type they will operate on. |
| ResultTypeQueryable<T> |
This interface can be implemented by functions and input formats to tell the framework
about their produced data type.
|
| Class | Description |
|---|---|
| AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase> |
Special type information to generate a POJO type info from an avro schema.
|
| EnumTypeInfo<T extends Enum<T>> | |
| GenericTypeInfo<T> | |
| ObjectArrayTypeInfo<T,C> | |
| PojoField | |
| PojoTypeInfo<T> |
TypeInformation for arbitrary (they have to be java-beans-style) java objects (what we call POJO).
|
| RecordTypeInfo |
Type information for the record API.
|
| TupleTypeInfo<T extends Tuple> | |
| TupleTypeInfoBase<T> | |
| TypeExtractor | |
| TypeInfoParser | |
| ValueTypeInfo<T extends Value> | |
| WritableTypeInfo<T extends org.apache.hadoop.io.Writable> |
Copyright © 2015 The Apache Software Foundation. All rights reserved.