Uses of Class
net.snowflake.ingest.connection.HistoryRangeResponse
-
Packages that use HistoryRangeResponse Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of HistoryRangeResponse in net.snowflake.ingest
Methods in net.snowflake.ingest that return HistoryRangeResponse Modifier and Type Method Description HistoryRangeResponse
SimpleIngestManager. getHistoryRange(UUID requestId, String startTimeInclusive, String endTimeExclusive)
Pings the service to see the current ingest history for this table -
Uses of HistoryRangeResponse in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that return HistoryRangeResponse Modifier and Type Method Description static HistoryRangeResponse
ServiceResponseHandler. unmarshallHistoryRangeResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId, net.snowflake.client.jdbc.internal.apache.http.impl.client.CloseableHttpClient httpClient, net.snowflake.client.jdbc.internal.apache.http.client.methods.HttpGet request, RequestBuilder builder)
Given an HttpResponse object - attempts to deserialize it into a HistoryRangeResponse
-