public interface SnowflakeStreamingIngestClient extends AutoCloseable
SnowflakeStreamingIngestChannel
Thread safety note: Implementations of this interface are required to be thread safe.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the client name
|
boolean |
isClosed()
Check whether the client is closed or not, if you want to make sure all data are committed
before closing, please call
AutoCloseable.close() before closing the
entire client |
SnowflakeStreamingIngestChannel |
openChannel(OpenChannelRequest request)
Open a channel against a Snowflake table using a
OpenChannelRequest |
closeSnowflakeStreamingIngestChannel openChannel(OpenChannelRequest request)
OpenChannelRequestrequest - the open channel requestSnowflakeStreamingIngestChannel objectString getName()
boolean isClosed()
AutoCloseable.close() before closing the
entire clientCopyright © 2023. All rights reserved.