Uses of Class
net.snowflake.ingest.utils.SnowflakeURL
-
Packages that use SnowflakeURL Package Description net.snowflake.ingest.connection net.snowflake.ingest.streaming.internal net.snowflake.ingest.utils -
-
Uses of SnowflakeURL in net.snowflake.ingest.connection
Constructors in net.snowflake.ingest.connection with parameters of type SnowflakeURL Constructor Description RequestBuilder(SnowflakeURL url, String userName, KeyPair keyPair, net.snowflake.client.jdbc.internal.apache.http.impl.client.CloseableHttpClient httpClient, String clientName)
RequestBuilder - constructor used by streaming ingest -
Uses of SnowflakeURL in net.snowflake.ingest.streaming.internal
Constructors in net.snowflake.ingest.streaming.internal with parameters of type SnowflakeURL Constructor Description SnowflakeStreamingIngestClientInternal(String name, SnowflakeURL accountURL, Properties prop, Map<String,Object> parameterOverrides)
Default Constructor -
Uses of SnowflakeURL in net.snowflake.ingest.utils
Methods in net.snowflake.ingest.utils that return SnowflakeURL Modifier and Type Method Description SnowflakeURL
SnowflakeURL.SnowflakeURLBuilder. build()
-