| Interface | Description |
|---|---|
| InputSplit |
An input split.
|
| TransformSplit.URITransform |
| Class | Description |
|---|---|
| BaseInputSplit |
Base input split
|
| CollectionInputSplit |
A simple InputSplit based on a collection of URIs
|
| FileSplit |
File input split.
|
| InputStreamInputSplit |
Input stream input split.
|
| ListStringSplit |
An input split that already
has delimited data of some kind.
|
| NumberedFileInputSplit |
InputSplit for sequences of numbered files.
|
| OutputStreamInputSplit |
Input stream input split.
|
| StreamInputSplit |
StreamInputSplit is a way of specifying input as a bunch of URIs, as well as the way those URIs should be opened.
|
| StringSplit |
String split used for single line inputs
|
| TransformSplit |
InputSplit implementation that maps the URIs of a given BaseInputSplit to new URIs.
|
Copyright © 2020. All rights reserved.