Uses of Class
net.snowflake.ingest.connection.HistoryResponse
-
Packages that use HistoryResponse Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of HistoryResponse in net.snowflake.ingest
Methods in net.snowflake.ingest that return HistoryResponse Modifier and Type Method Description HistoryResponse
SimpleIngestManager. getHistory(UUID requestId, Integer recentSeconds, String beginMark)
Pings the service to see the current ingest history for this table -
Uses of HistoryResponse in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that return HistoryResponse Modifier and Type Method Description static HistoryResponse
ServiceResponseHandler. unmarshallHistoryResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)
unmarshallHistoryResponse Given an HttpResponse object - attempts to deserialize it into a HistoryResponse object
-