Interface | Description |
---|---|
TextOutputFormat.TextFormatter<IN> |
Class | Description |
---|---|
CollectionInputFormat<T> |
An input format that returns objects from a collection.
|
CsvInputFormat<OUT> | |
CsvOutputFormat<T extends Tuple> |
This is an OutputFormat to serialize
Tuple s to text. |
CsvReader |
A builder class to instantiate a CSV parsing data source.
|
DiscardingOutputFormat<T> |
An output format that simply discards all elements.
|
IteratorInputFormat<T> |
An input format that returns objects from an iterator.
|
LocalCollectionOutputFormat<T> |
An output format that writes record into collection
|
ParallelIteratorInputFormat<T> |
An input format that generates data in parallel through a
SplittableIterator . |
PojoCsvInputFormat<OUT> | |
PrimitiveInputFormat<OT> |
An input format that reads single field primitive data from a given file.
|
PrintingOutputFormat<T> | |
SplitDataProperties<T> |
SplitDataProperties define data properties on
InputSplit
generated by the InputFormat of a DataSource . |
SplitDataProperties.SourcePartitionerMarker<T> |
A custom partitioner to mark compatible split partitionings.
|
TextInputFormat | |
TextOutputFormat<T> | |
TextValueInputFormat | |
TupleCsvInputFormat<OUT> | |
TypeSerializerInputFormat<T> |
Reads elements by deserializing them with a given type serializer.
|
TypeSerializerOutputFormat<T> |
Stores elements by serializing them with their type serializer.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.