Uses of Class
net.snowflake.ingest.connection.IngestResponseException
-
Packages that use IngestResponseException Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of IngestResponseException in net.snowflake.ingest
Methods in net.snowflake.ingest that throw IngestResponseException Modifier and Type Method Description ConfigureClientResponseSimpleIngestManager. configureClient(UUID requestId)Register a snowpipe client and returns the client sequencerClientStatusResponseSimpleIngestManager. getClientStatus(UUID requestId)Get client status for snowpipe which contains offset token and client sequencerHistoryResponseSimpleIngestManager. getHistory(UUID requestId, Integer recentSeconds, String beginMark)Pings the service to see the current ingest history for this tableHistoryRangeResponseSimpleIngestManager. getHistoryRange(UUID requestId, String startTimeInclusive, String endTimeExclusive)Pings the service to see the current ingest history for this tableIngestResponseSimpleIngestManager. ingestFile(StagedFileWrapper file, UUID requestId)ingestFile - ingest a single fileIngestResponseSimpleIngestManager. ingestFile(StagedFileWrapper file, UUID requestId, boolean showSkippedFiles)ingestFile - ingest a single fileIngestResponseSimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId)ingestFiles - synchronously sends a request to the ingest service to enqueue these filesIngestResponseSimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId, boolean showSkippedFiles)ingestFiles - synchronously sends a request to the ingest service to enqueue these filesIngestResponseSimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId, boolean showSkippedFiles, InsertFilesClientInfo clientInfo)ingestFiles With Client Info - synchronously sends a request to the ingest service to enqueue these files along with clientSequencer and offSetToken. -
Uses of IngestResponseException in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that throw IngestResponseException Modifier and Type Method Description static ConfigureClientResponseServiceResponseHandler. unmarshallConfigureClientResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)unmarshallConfigureClientResponse - Given an HttpResponse object, attempts to deserialize it into a ConfigureClientResponsestatic ClientStatusResponseServiceResponseHandler. unmarshallGetClientStatus(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)unmarshallGetClientStatus - Given an HttpResponse object, attempts to deserialize it into a ClientStatusResponsestatic HistoryRangeResponseServiceResponseHandler. unmarshallHistoryRangeResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)Given an HttpResponse object - attempts to deserialize it into a HistoryRangeResponsestatic HistoryResponseServiceResponseHandler. unmarshallHistoryResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)unmarshallHistoryResponse Given an HttpResponse object - attempts to deserialize it into a HistoryResponse objectstatic IngestResponseServiceResponseHandler. unmarshallIngestResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)unmarshallIngestResponse Given an HttpResponse object - attempts to deserialize it into an IngestResponse objectstatic <T> TServiceResponseHandler. unmarshallStreamingIngestResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, Class<T> valueType, ServiceResponseHandler.ApiName apiName)unmarshallStreamingIngestResponse Given an HttpResponse object - attempts to deserialize it into an Object based on input type
-