Uses of Class
net.snowflake.ingest.connection.InsertFilesClientInfo
-
Packages that use InsertFilesClientInfo Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of InsertFilesClientInfo in net.snowflake.ingest
Methods in net.snowflake.ingest with parameters of type InsertFilesClientInfo Modifier and Type Method Description IngestResponse
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 InsertFilesClientInfo in net.snowflake.ingest.connection
Method parameters in net.snowflake.ingest.connection with type arguments of type InsertFilesClientInfo Modifier and Type Method Description net.snowflake.client.jdbc.internal.apache.http.client.methods.HttpPost
RequestBuilder. generateInsertRequest(UUID requestId, String pipe, List<StagedFileWrapper> files, boolean showSkippedFiles, Optional<InsertFilesClientInfo> clientInfo)
generateInsertRequest - given a pipe, list of files and clientInfo, make a request for the insert endpoint
-