| Package | Description |
|---|---|
| net.snowflake.ingest | |
| net.snowflake.ingest.connection |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
org.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
|
Copyright © 2022. All rights reserved.