| Class | Description |
|---|---|
| BinaryInputPartitioner |
Input formatter class that reads binary files
|
| CompleteArrowInputPartitioner<OT> | |
| CompleteCSVInputPartitioner<OT> | |
| CompleteFileInputPartitioner<OT> |
Base class for File input formats for specific file types the methods
|
| CSVInputPartitioner<OT> | |
| FileInputPartitioner<OT> |
Base class for File input formats for specific file types the methods
|
| FixedInputPartitioner<OT> |
The fixed input partitioner is really useful if the user exactly knows the number of lines
to be generated or available in the input data file.
|
| LocalBinaryInputPartitioner | |
| LocalCompleteArrowInputPartitioner | |
| LocalCompleteCSVInputPartitioner | |
| LocalCompleteTextInputPartitioner | |
| LocalCSVInputPartitioner | |
| LocalFixedInputPartitioner<T> | |
| LocalTextInputPartitioner | |
| SharedTextInputPartitioner |