Uses of Class
com.snowflake.kafka.connector.internal.streaming.IngestionMethodConfig
-
Packages that use IngestionMethodConfig Package Description com.snowflake.kafka.connector.internal com.snowflake.kafka.connector.internal.streaming com.snowflake.kafka.connector.internal.telemetry -
-
Uses of IngestionMethodConfig in com.snowflake.kafka.connector.internal
Methods in com.snowflake.kafka.connector.internal with parameters of type IngestionMethodConfig Modifier and Type Method Description static SnowflakeSinkServiceFactory.SnowflakeSinkServiceBuilderSnowflakeSinkServiceFactory. builder(SnowflakeConnectionService conn, IngestionMethodConfig ingestionType, Map<String,String> connectorConfig)create service builder.static com.google.common.collect.ImmutableMap<String,String>BufferThreshold. validateBufferThreshold(Map<String,String> providedSFConnectorConfig, IngestionMethodConfig ingestionMethodConfig)Check if provided snowflake kafka connector buffer properties are within permissible values.Constructors in com.snowflake.kafka.connector.internal with parameters of type IngestionMethodConfig Constructor Description BufferThreshold(IngestionMethodConfig ingestionMethodConfig, long bufferFlushTimeThreshold, long bufferByteSizeThreshold, long bufferRecordCountThreshold)Public constructor -
Uses of IngestionMethodConfig in com.snowflake.kafka.connector.internal.streaming
Methods in com.snowflake.kafka.connector.internal.streaming that return IngestionMethodConfig Modifier and Type Method Description static IngestionMethodConfigIngestionMethodConfig. determineIngestionMethod(Map<String,String> inputConf)Returns the Ingestion Method found in User Configuration for Snowflake Kafka Connector.static IngestionMethodConfigIngestionMethodConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionMethodConfig[]IngestionMethodConfig. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IngestionMethodConfig in com.snowflake.kafka.connector.internal.telemetry
Methods in com.snowflake.kafka.connector.internal.telemetry with parameters of type IngestionMethodConfig Modifier and Type Method Description static SnowflakeTelemetryServiceFactory.SnowflakeTelemetryServiceBuilderSnowflakeTelemetryServiceFactory. builder(Connection conn, IngestionMethodConfig ingestionMethodConfig)protected net.snowflake.client.jdbc.internal.fasterxml.jackson.databind.node.ObjectNodeSnowflakeTelemetryService. getDefaultObjectNode(IngestionMethodConfig ingestionMethodConfig)This is the minimum JsonNode which will be present in each telemetry Payload.Constructors in com.snowflake.kafka.connector.internal.telemetry with parameters of type IngestionMethodConfig Constructor Description SnowflakeTelemetryServiceBuilder(Connection conn, IngestionMethodConfig ingestionMethodConfig)
-