| 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
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpPost |
RequestBuilder.generateInsertRequest(UUID requestId,
String pipe,
List<StagedFileWrapper> files)
generateInsertRequest - given a table, stage and list of files,
make a request for the insert endpoint
|
Copyright © 2018. All rights reserved.