All Classes and Interfaces
Class
Description
Default implementation of
SnowflakeSinkContext to providing minimal context for writing
data to the SnowflakeSink.This class provides the configuration needed to create a
SnowflakeStreamingIngestChannel, e.g.Builder for
SnowflakeChannelConfig.Util class for providing wrappers for common Snowflake related static logic.
Interface for implementing a serialization schema for serializing
SnowflakeRowSerializationSchema to Map of String to Object schema as documented by
the Snowflake service.Flink Sink to produce data into a Snowflake table.
Builder for constructing a
SnowflakeSink with appropriate configurations.This context provides information for
SnowflakeRowSerializationSchema.Class for ingesting data to Snowflake table, and it's responsible for managing the lifecycle of
the underlying client for ingesting the data into the external service.
This class is the service implementation for managing ingest client and channel for writing
Snowflake rows to a db.schema.table in the external service.
Facade to provide the underlying
SnowflakeStreamingIngestClient.This class provides configuration for the
SnowflakeSinkWriter on how to execute data
delivery.Builder for
SnowflakeWriterConfig.