Uses of Class
com.snowflake.kafka.connector.internal.BufferThreshold
-
Packages that use BufferThreshold Package Description com.snowflake.kafka.connector.internal.streaming -
-
Uses of BufferThreshold in com.snowflake.kafka.connector.internal.streaming
Subclasses of BufferThreshold in com.snowflake.kafka.connector.internal.streaming Modifier and Type Class Description classStreamingBufferThresholdHelper class Associated to Streaming Snowpipe runtime of Kafka Connect which can help to identify if there is a need to flush the buffered records.Constructors in com.snowflake.kafka.connector.internal.streaming with parameters of type BufferThreshold Constructor Description TopicPartitionChannel(net.snowflake.ingest.streaming.SnowflakeStreamingIngestClient streamingIngestClient, org.apache.kafka.common.TopicPartition topicPartition, String channelName, String tableName, boolean hasSchemaEvolutionPermission, BufferThreshold streamingBufferThreshold, Map<String,String> sfConnectorConfig, KafkaRecordErrorReporter kafkaRecordErrorReporter, org.apache.kafka.connect.sink.SinkTaskContext sinkTaskContext, SnowflakeConnectionService conn, RecordService recordService, SnowflakeTelemetryService telemetryService, boolean enableCustomJMXMonitoring, MetricsJmxReporter metricsJmxReporter)TopicPartitionChannel(net.snowflake.ingest.streaming.SnowflakeStreamingIngestClient streamingIngestClient, org.apache.kafka.common.TopicPartition topicPartition, String channelName, String tableName, BufferThreshold streamingBufferThreshold, Map<String,String> sfConnectorConfig, KafkaRecordErrorReporter kafkaRecordErrorReporter, org.apache.kafka.connect.sink.SinkTaskContext sinkTaskContext, SnowflakeTelemetryService telemetryService)Testing only, initialize TopicPartitionChannel without the connection service
-