| Package | Description |
|---|---|
| net.snowflake.ingest | |
| net.snowflake.ingest.connection |
| Modifier and Type | Method and Description |
|---|---|
static List<StagedFileWrapper> |
SimpleIngestManager.wrapFilepaths(Set<String> filenames)
wrapFilepaths - convenience method to take a list of filenames and produce a list of
FileWrappers with unset size
|
| Modifier and Type | Method and Description |
|---|---|
IngestResponse |
SimpleIngestManager.ingestFile(StagedFileWrapper file,
UUID requestId)
ingestFile - ingest a single file
|
IngestResponse |
SimpleIngestManager.ingestFile(StagedFileWrapper file,
UUID requestId,
boolean showSkippedFiles)
ingestFile - ingest a single file
|
| Modifier and Type | Method and Description |
|---|---|
IngestResponse |
SimpleIngestManager.ingestFiles(List<StagedFileWrapper> files,
UUID requestId)
ingestFiles - synchronously sends a request to the ingest service to enqueue these files
|
IngestResponse |
SimpleIngestManager.ingestFiles(List<StagedFileWrapper> files,
UUID requestId,
boolean showSkippedFiles)
ingestFiles - synchronously sends a request to the ingest service to enqueue these files
|
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 |
|---|---|
net.snowflake.client.jdbc.internal.apache.http.client.methods.HttpPost |
RequestBuilder.generateInsertRequest(UUID requestId,
String pipe,
List<StagedFileWrapper> files,
boolean showSkippedFiles)
generateInsertRequest - given a table, stage and list of files, make a request for the insert
endpoint
|
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
|
Copyright © 2023. All rights reserved.