| BufferStage |
Class representing a unit of work for uploader.
|
| FileUploader |
Class responsible for uploading a single data file.
|
| LoaderFactory |
|
| LoadingError |
Wrapper for data format errors returned by the COPY/validate command
|
| ProcessQueue |
This class is responsible for processing a collection of uploaded data files represented by
BufferStage class
|
| PutQueue |
Queue that sequentially finalizes BufferStage uploads and schedules them for processing in
ProcessQueue.
|
| StreamLoader |
Stream Loader
|
| Utils |
Utils class for Loader API
|