| 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 endpoint
|
| HistoryResponse.FileEntry |
FileEntry - a pojo containing all of the data about a file reported back from the service
|
| IngestResponse |
IngestResponse - an object which contains a successful response from the service for the insert
request
|
| IngestResponseException.IngestExceptionBody |
Response exception REST message body sent back from Snowflake
|
| JWTManager |
This class manages creating and automatically renewing the JWT token
|
| OAuthClient |
|
| OAuthCredential |
This class hold credentials for OAuth authentication
|
| OAuthManager |
This class manages creating and automatically refresh the OAuth token
|
| RequestBuilder |
This class handles constructing the URIs for our requests as well as putting together the
payloads we'll be sending
|
| ServiceResponseHandler |
This class handles taking the HttpResponses we've gotten back, and producing an appropriate
response object for usage
|
| TelemetryService |
Telemetry service to collect logs in the SDK and send them to Snowflake through the JDBC client
telemetry API
|