| Package | Description |
|---|---|
| net.snowflake.ingest | |
| net.snowflake.ingest.connection |
| Modifier and Type | Method and Description |
|---|---|
HistoryResponse |
SimpleIngestManager.getHistory(UUID requestId)
Pings the service to see the current ingest history for this table
|
HistoryResponse |
SimpleIngestManager.getHistory(UUID requestId,
Integer recentSeconds,
String beginMark)
Pings the service to see the current ingest history for this table
|
HistoryRangeResponse |
SimpleIngestManager.getHistoryRange(UUID requestId,
String startTimeInclusive,
String endTimeExclusive)
Pings the service to see the current ingest history for this table
|
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 HistoryRangeResponse |
ServiceResponseHandler.unmarshallHistoryRangeResponse(org.apache.http.HttpResponse response) |
static HistoryResponse |
ServiceResponseHandler.unmarshallHistoryResponse(org.apache.http.HttpResponse response)
unmarshallHistoryResponse
Given an HttpResponse object - attempts to deserialize it into
a HistoryResponse object
|
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.