| Class | Description |
|---|---|
| CollectionInputFormat<T> |
An input format that returns objects from a collection.
|
| CsvInputFormat<OUT extends Tuple> | |
| CsvOutputFormat<T extends Tuple> |
This is an OutputFormat to serialize
Tuples to text. |
| CsvReader |
A builder class to instantiate a CSV parsing data source.
|
| DiscardingOuputFormat<T> |
An output format that discards all data.
|
| 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. |
| PrintingOutputFormat<T> | |
| TextInputFormat | |
| TextOutputFormat<T> | |
| TextValueInputFormat |
Copyright © 2014 The Apache Software Foundation. All rights reserved.