Package net.snowflake.ingest.streaming
-
Interface Summary Interface Description SnowflakeStreamingIngestChannel 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. -
Class Summary 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.OpenChannelRequestBuilder A builder class to build a OpenChannelRequestSnowflakeStreamingIngestClientFactory Factory class used to build aSnowflakeStreamingIngestClient
for a specific accountSnowflakeStreamingIngestClientFactory.Builder Builder class to build aSnowflakeStreamingIngestClient
-
Enum Summary Enum Description OpenChannelRequest.OnErrorOption