Uses of Package
net.snowflake.ingest.streaming
-
Packages that use net.snowflake.ingest.streaming Package Description net.snowflake.ingest.streaming net.snowflake.ingest.streaming.internal -
Classes in net.snowflake.ingest.streaming used by net.snowflake.ingest.streaming Class Description InsertValidationResponse Response for an insert operation into a channel, which may contain a list ofInsertValidationResponse.InsertError
objects if there is any failure during insertion.InsertValidationResponse.InsertError Wraps the row content and exception when there is a failureOpenChannelRequest A class that is used to open/create aSnowflakeStreamingIngestChannel
OpenChannelRequest.OnErrorOption OpenChannelRequest.OpenChannelRequestBuilder A builder class to build a OpenChannelRequestSnowflakeStreamingIngestChannel A logical partition that represents a connection to a single Snowflake table, data will be ingested into the channel, and then flushed to Snowflake table periodically in the background.SnowflakeStreamingIngestClient A class that is the starting point for using the Streaming Ingest client APIs, a single client maps to exactly one account in Snowflake; however, multiple clients can point to the same account.SnowflakeStreamingIngestClientFactory.Builder Builder class to build aSnowflakeStreamingIngestClient
-
Classes in net.snowflake.ingest.streaming used by net.snowflake.ingest.streaming.internal Class Description OpenChannelRequest A class that is used to open/create aSnowflakeStreamingIngestChannel
SnowflakeStreamingIngestClient A class that is the starting point for using the Streaming Ingest client APIs, a single client maps to exactly one account in Snowflake; however, multiple clients can point to the same account.