Interface | Description |
---|---|
CloseableIterable<T> | |
CloseableIterator<T> | |
DelegatingInputStream | |
DelegatingOutputStream | |
FileAppender<D> | |
FileIO |
Pluggable module for reading, writing, and deleting files.
|
InputFile |
An interface used to read input files using
SeekableInputStream instances. |
LocationProvider |
Interface for providing data file locations to write tasks.
|
OutputFile |
An interface used to create output files using
PositionOutputStream instances. |
Class | Description |
---|---|
CloseableGroup | |
CloseableIterable.ConcatCloseableIterable<E> | |
PositionOutputStream | |
SeekableInputStream |
SeekableInputStream is an interface with the methods needed to read data from a file or
Hadoop data stream. |