Uses of Package
net.snowflake.ingest.connection
-
Packages that use net.snowflake.ingest.connection Package Description net.snowflake.ingest net.snowflake.ingest.connection net.snowflake.ingest.streaming.internal -
Classes in net.snowflake.ingest.connection used by net.snowflake.ingest Class Description HistoryRangeResponse HistoryRangeResponse - response containing all history for a given pipe within a given date range, received from range history endpoint.HistoryResponse HistoryResponse - an object containing a response we've received from the history endpointIngestResponse IngestResponse - an object which contains a successful response from the service for the insert requestIngestResponseException Exception will capture error message when Snowflake encounters an error during ingest or if trying to retrieve history report/ Created by vganesh on 5/20/17.RequestBuilder This class handles constructing the URIs for our requests as well as putting together the payloads we'll be sending -
Classes in net.snowflake.ingest.connection used by net.snowflake.ingest.connection Class Description HistoryRangeResponse HistoryRangeResponse - response containing all history for a given pipe within a given date range, received from range history endpoint.HistoryResponse HistoryResponse - an object containing a response we've received from the history endpointHistoryResponse.FileEntry FileEntry - a pojo containing all of the data about a file reported back from the serviceIngestResponse IngestResponse - an object which contains a successful response from the service for the insert requestIngestResponseException Exception will capture error message when Snowflake encounters an error during ingest or if trying to retrieve history report/ Created by vganesh on 5/20/17.IngestResponseException.IngestExceptionBody Response exception REST message body sent back from SnowflakeIngestStatus Status of ingest of a particular file returned by Snowflake in the FileEntry history response per fileOAuthClient OAuthCredential This class hold credentials for OAuth authenticationRequestBuilder This class handles constructing the URIs for our requests as well as putting together the payloads we'll be sendingServiceResponseHandler.ApiName Enums for Snowpipe REST API: https://docs.snowflake.com/en/user-guide/data-load-snowpipe-rest-apis.html Used in handleExceptionalStatus for logging purposeTelemetryService Telemetry service to collect logs in the SDK and send them to Snowflake through the JDBC client telemetry API -
Classes in net.snowflake.ingest.connection used by net.snowflake.ingest.streaming.internal Class Description RequestBuilder This class handles constructing the URIs for our requests as well as putting together the payloads we'll be sending