Package | Description |
---|---|
net.snowflake.ingest | |
net.snowflake.ingest.connection |
Modifier and Type | Method and Description |
---|---|
ConfigureClientResponse |
SimpleIngestManager.configureClient(UUID requestId)
Register a snowpipe client and returns the client sequencer
|
ClientStatusResponse |
SimpleIngestManager.getClientStatus(UUID requestId)
Get client status for snowpipe which contains offset token and client sequencer
|
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.ingestFile(StagedFileWrapper file,
UUID requestId)
ingestFile - ingest a single file
|
IngestResponse |
SimpleIngestManager.ingestFile(StagedFileWrapper file,
UUID requestId,
boolean showSkippedFiles)
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
|
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 |
---|---|
static ConfigureClientResponse |
ServiceResponseHandler.unmarshallConfigureClientResponse(org.apache.http.HttpResponse response,
UUID requestId)
unmarshallConfigureClientResponse - Given an HttpResponse object, attempts to deserialize it
into a ConfigureClientResponse
|
static ClientStatusResponse |
ServiceResponseHandler.unmarshallGetClientStatus(org.apache.http.HttpResponse response,
UUID requestId)
unmarshallGetClientStatus - Given an HttpResponse object, attempts to deserialize it into a
ClientStatusResponse
|
static HistoryRangeResponse |
ServiceResponseHandler.unmarshallHistoryRangeResponse(org.apache.http.HttpResponse response,
UUID requestId)
Given an HttpResponse object - attempts to deserialize it into a HistoryRangeResponse
|
static HistoryResponse |
ServiceResponseHandler.unmarshallHistoryResponse(org.apache.http.HttpResponse response,
UUID requestId)
unmarshallHistoryResponse Given an HttpResponse object - attempts to deserialize it into a
HistoryResponse object
|
static IngestResponse |
ServiceResponseHandler.unmarshallIngestResponse(org.apache.http.HttpResponse response,
UUID requestId)
unmarshallIngestResponse Given an HttpResponse object - attempts to deserialize it into an
IngestResponse object
|
Copyright © 2022. All rights reserved.