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.FFIMockRouter Class provides access to native method to register mock paths for e2e testing This class is intended for internal use only and will not be released as a part of the SDKOpenChannelResult Result of opening a channel which contains the channel and its statusSnowflakeStreamingIngestClientFactory Factory class used to build aSnowflakeStreamingIngestClientfor a specific account/database/schema/pipeSnowflakeStreamingIngestClientFactory.Builder Builder class to build aSnowflakeStreamingIngestClientStreamingIngestExample Example on how to use the Snowpipe Streaming Ingest client APIs. -
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