Package com.snowflake.ingest.streaming
-
Interface Summary Interface Description SnowflakeStreamingIngestChannel Snowflake Streaming Ingest Channel, which is used to ingest data into Snowflake using the Snowflake Ingest SDK.SnowflakeStreamingIngestClient A class that is the starting point for using the Streaming Ingest client APIs, a single client maps to exactly one account/database/schema/pipe in Snowflake; however, multiple clients can point to the same account/database/schema/pipe. -
Class Summary Class Description ChannelStatus ChannelStatus the channel status returned to the customer.ChannelStatusBatch ChannelStatusBatch the channel status for the given channel names returned to the customer.OpenChannelResult Result of opening a channel which contains the channel and its statusSnowflakeStreamingIngestClientFactory Factory class used to build aSnowflakeStreamingIngestClient
for a specific account/database/schema/pipeSnowflakeStreamingIngestClientFactory.Builder Builder class to build aSnowflakeStreamingIngestClient
-
Enum Summary Enum Description ErrorCode Strongly-typed error codes for Java-side errors with compile-time safety.HttpStatus HTTP status codes used by Java layer with their canonical names. -
Exception Summary Exception Description SFException Snowflake exception in the Ingest SDK