Uses of Interface
net.snowflake.ingest.streaming.SnowflakeStreamingIngestChannel
-
Packages that use SnowflakeStreamingIngestChannel Package Description net.snowflake.ingest.streaming net.snowflake.ingest.streaming.internal -
-
Uses of SnowflakeStreamingIngestChannel in net.snowflake.ingest.streaming
Methods in net.snowflake.ingest.streaming that return SnowflakeStreamingIngestChannel Modifier and Type Method Description SnowflakeStreamingIngestChannelSnowflakeStreamingIngestClient. openChannel(OpenChannelRequest request)Open a channel against a Snowflake table using aOpenChannelRequestMethod parameters in net.snowflake.ingest.streaming with type arguments of type SnowflakeStreamingIngestChannel Modifier and Type Method Description Map<String,String>SnowflakeStreamingIngestClient. getLatestCommittedOffsetTokens(List<SnowflakeStreamingIngestChannel> channels)Return the latest committed offset token for a list of channels -
Uses of SnowflakeStreamingIngestChannel in net.snowflake.ingest.streaming.internal
Method parameters in net.snowflake.ingest.streaming.internal with type arguments of type SnowflakeStreamingIngestChannel Modifier and Type Method Description Map<String,String>SnowflakeStreamingIngestClientInternal. getLatestCommittedOffsetTokens(List<SnowflakeStreamingIngestChannel> channels)Return the latest committed/persisted offset token for all channels
-