Uses of Class
net.snowflake.ingest.connection.RequestBuilder
-
Packages that use RequestBuilder Package Description net.snowflake.ingest net.snowflake.ingest.connection net.snowflake.ingest.streaming.internal -
-
Uses of RequestBuilder in net.snowflake.ingest
Methods in net.snowflake.ingest that return RequestBuilder Modifier and Type Method Description RequestBuilder
SimpleIngestManager. getRequestBuilder()
-
Uses of RequestBuilder in net.snowflake.ingest.connection
Methods in net.snowflake.ingest.connection with parameters of type RequestBuilder Modifier and Type Method Description static HistoryRangeResponse
ServiceResponseHandler. unmarshallHistoryRangeResponse(org.apache.http.HttpResponse response, UUID requestId, org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpGet request, RequestBuilder builder)
Given an HttpResponse object - attempts to deserialize it into a HistoryRangeResponsestatic HistoryResponse
ServiceResponseHandler. unmarshallHistoryResponse(org.apache.http.HttpResponse response, UUID requestId, org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpGet httpGetHistory, RequestBuilder builder)
unmarshallHistoryResponse Given an HttpResponse object - attempts to deserialize it into a HistoryResponse objectstatic IngestResponse
ServiceResponseHandler. unmarshallIngestResponse(org.apache.http.HttpResponse response, UUID requestId, org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpPost httpPostForIngestFile, RequestBuilder builder)
unmarshallIngestResponse Given an HttpResponse object - attempts to deserialize it into an IngestResponse objectstatic <T> T
ServiceResponseHandler. unmarshallStreamingIngestResponse(org.apache.http.HttpResponse response, Class<T> valueType, ServiceResponseHandler.ApiName apiName, org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpUriRequest request, RequestBuilder requestBuilder)
unmarshallStreamingIngestResponse Given an HttpResponse object - attempts to deserialize it into an Object based on input type -
Uses of RequestBuilder in net.snowflake.ingest.streaming.internal
Methods in net.snowflake.ingest.streaming.internal with parameters of type RequestBuilder Modifier and Type Method Description void
SnowflakeStreamingIngestClientInternal. injectRequestBuilder(RequestBuilder requestBuilder)
Constructors in net.snowflake.ingest.streaming.internal with parameters of type RequestBuilder Constructor Description SnowflakeStreamingIngestClientInternal(String name, SnowflakeURL accountURL, Properties prop, org.apache.http.impl.client.CloseableHttpClient httpClient, boolean isTestMode, RequestBuilder requestBuilder, Map<String,Object> parameterOverrides)
Constructor
-