Package com.snowflake.ingest.streaming
Class SnowflakeStreamingIngestClientFactory
java.lang.Object
com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory
Factory class used to build a
SnowflakeStreamingIngestClient for a specific
account/database/schema/pipe-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class to build aSnowflakeStreamingIngestClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder for aSnowflakeStreamingIngestClientfor a specific account, database, schema, pipe with the provided name
-
Constructor Details
-
SnowflakeStreamingIngestClientFactory
public SnowflakeStreamingIngestClientFactory()
-
-
Method Details
-
builder
public static SnowflakeStreamingIngestClientFactory.Builder builder(String clientName, String dbName, String schemaName, String pipeName) Creates a new builder for aSnowflakeStreamingIngestClientfor a specific account, database, schema, pipe with the provided name- Parameters:
clientName- the client namedbName- the database name of the clientschemaName- the schema name of the clientpipeName- the pipe name of the client- Returns:
- a new builder for a
SnowflakeStreamingIngestClientto create the client
-