| ConnectorConstants |
This class holds a set of constants used by various connector services.
|
| ConnectorServiceV1 |
The service handles connections to the Cognite REST api.
|
| ConnectorServiceV1.AsyncJobReader<T> |
Reads items from the Cognite API.
|
| ConnectorServiceV1.Builder |
|
| ConnectorServiceV1.ConnectorBase |
Base class for read and write requests.
|
| ConnectorServiceV1.ConnectorBase.Builder<B extends ConnectorServiceV1.ConnectorBase.Builder<B>> |
|
| ConnectorServiceV1.DownloadFileBinary |
|
| ConnectorServiceV1.DownloadThreeDFileBinary |
|
| ConnectorServiceV1.FileBinaryReader |
Reads file binaries from the Cognite API.
|
| ConnectorServiceV1.FileWriter |
Writes files (header + binary) to the Cognite API.
|
| ConnectorServiceV1.ItemWriter |
|
| ConnectorServiceV1.ResultFutureIterator<T> |
Iterator for paging through requests based on response cursors.
|
| ConnectorServiceV1.SingleRequestItemReader<T> |
Reads items from the Cognite API.
|
| ConnectorServiceV1.ThreeDFileBinaryReader |
Reads 3D file binaries from the Cognite API.
|
| ResponseBinary |
This is a helper class for transporting a http response.
|
| ResponseBinary.Builder |
|
| ResponseItems<T> |
This class represents a collection of response items from a Cognite API request.
|