Uses of Class
com.snowflake.kafka.connector.internal.metrics.MetricsJmxReporter
-
-
Uses of MetricsJmxReporter in com.snowflake.kafka.connector.internal.streaming
Constructors in com.snowflake.kafka.connector.internal.streaming with parameters of type MetricsJmxReporter Constructor Description TopicPartitionChannel(net.snowflake.ingest.streaming.SnowflakeStreamingIngestClient streamingIngestClient, org.apache.kafka.common.TopicPartition topicPartition, String channelNameFormatV1, 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) -
Uses of MetricsJmxReporter in com.snowflake.kafka.connector.internal.streaming.telemetry
Methods in com.snowflake.kafka.connector.internal.streaming.telemetry that return MetricsJmxReporter Modifier and Type Method Description MetricsJmxReporterSnowflakeTelemetryChannelStatus. getMetricsJmxReporter()Gets the JMX metrics reporterConstructors in com.snowflake.kafka.connector.internal.streaming.telemetry with parameters of type MetricsJmxReporter Constructor Description SnowflakeTelemetryChannelStatus(String tableName, String connectorName, String channelName, long startTime, boolean enableCustomJMXConfig, MetricsJmxReporter metricsJmxReporter, AtomicLong offsetPersistedInSnowflake, AtomicLong processedOffset, AtomicLong latestConsumerOffset)Creates a new object trackingTopicPartitionChannelmetrics with JMX and send telemetry data to snowflake -
Uses of MetricsJmxReporter in com.snowflake.kafka.connector.internal.telemetry
Constructors in com.snowflake.kafka.connector.internal.telemetry with parameters of type MetricsJmxReporter Constructor Description SnowflakeTelemetryPipeStatus(String tableName, String stageName, String pipeName, boolean enableCustomJMXConfig, MetricsJmxReporter metricsJmxReporter)
-