A B C D E F G H I O S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SERIALIZATION_ERROR - com.snowflake.ingest.streaming.ErrorCode
- setExecutorService(ExecutorService) - Method in class com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory.Builder
-
Set an optional ExecutorService for asynchronous operations.
- setParameterOverrides(Map<String, Object>) - Method in class com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory.Builder
-
Set the parameter overrides for the client
- setProperties(Properties) - Method in class com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory.Builder
-
Set the properties for the client
- SFException - Exception in com.snowflake.ingest.streaming
-
Snowflake exception in the Ingest SDK
- SFException(ErrorCode, String) - Constructor for exception com.snowflake.ingest.streaming.SFException
-
Construct a Snowflake exception using strongly-typed ErrorCode enum (RECOMMENDED)
- SFException(ErrorCode, String, Throwable) - Constructor for exception com.snowflake.ingest.streaming.SFException
-
Construct a Snowflake exception using strongly-typed ErrorCode enum (RECOMMENDED)
- SFException(String, String, int, String) - Constructor for exception com.snowflake.ingest.streaming.SFException
-
Constructor with explicit error details (FOR FFI USAGE) Use this when you have complete error information including HTTP status code and name.
- SnowflakeStreamingIngestChannel - Interface in com.snowflake.ingest.streaming
-
Snowflake Streaming Ingest Channel, which is used to ingest data into Snowflake using the Snowflake Ingest SDK.
- SnowflakeStreamingIngestClient - Interface in com.snowflake.ingest.streaming
-
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.
- SnowflakeStreamingIngestClientFactory - Class in com.snowflake.ingest.streaming
-
Factory class used to build a
SnowflakeStreamingIngestClient
for a specific account/database/schema/pipe - SnowflakeStreamingIngestClientFactory() - Constructor for class com.snowflake.ingest.streaming.SnowflakeStreamingIngestClientFactory
- SnowflakeStreamingIngestClientFactory.Builder - Class in com.snowflake.ingest.streaming
-
Builder class to build a
SnowflakeStreamingIngestClient
All Classes All Packages