Uses of Class
net.snowflake.ingest.connection.IngestResponse
-
Packages that use IngestResponse Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of IngestResponse in net.snowflake.ingest
Methods in net.snowflake.ingest that return IngestResponse Modifier and Type Method Description IngestResponse
SimpleIngestManager. ingestFile(StagedFileWrapper file, UUID requestId)
ingestFile - ingest a single fileIngestResponse
SimpleIngestManager. ingestFile(StagedFileWrapper file, UUID requestId, boolean showSkippedFiles)
ingestFile - ingest a single fileIngestResponse
SimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId)
ingestFiles - synchronously sends a request to the ingest service to enqueue these filesIngestResponse
SimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId, boolean showSkippedFiles)
ingestFiles - synchronously sends a request to the ingest service to enqueue these filesIngestResponse
SimpleIngestManager. 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 IngestResponse in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection that return IngestResponse Modifier and Type Method Description static IngestResponse
ServiceResponseHandler. unmarshallIngestResponse(net.snowflake.client.jdbc.internal.apache.http.HttpResponse response, UUID requestId)
unmarshallIngestResponse Given an HttpResponse object - attempts to deserialize it into an IngestResponse object
-