| Package | Description |
|---|---|
| net.snowflake.ingest | |
| net.snowflake.ingest.connection |
| Modifier and Type | Method and Description |
|---|---|
IngestResponse |
SimpleIngestManager.ingestFile(StagedFileWrapper file,
UUID requestId)
ingestFile - ingest a single file
|
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 |
|---|---|
static IngestResponse |
ServiceResponseHandler.unmarshallIngestResponse(org.apache.http.HttpResponse response)
unmarshallIngestResponse
Given an HttpResponse object - attempts to deserialize it into
an IngestResponse object
|
Copyright © 2018. All rights reserved.