Class SnowflakeWriterConfig
- java.lang.Object
-
- io.deltastream.flink.connector.snowflake.sink.config.SnowflakeWriterConfig
-
- All Implemented Interfaces:
Serializable
@Internal public final class SnowflakeWriterConfig extends Object implements Serializable
This class provides configuration for theSnowflakeSinkWriteron how to execute data delivery.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnowflakeWriterConfig.SnowflakeWriterConfigBuilderBuilder forSnowflakeWriterConfig.
-
Field Summary
Fields Modifier and Type Field Description static longBUFFER_FLUSH_TIME_MILLISECONDS_DEFAULTstatic longBUFFER_FLUSH_TIME_MILLISECONDS_MIN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnowflakeWriterConfig.SnowflakeWriterConfigBuilderbuilder()booleanequals(Object o)org.apache.flink.connector.base.DeliveryGuaranteegetDeliveryGuarantee()longgetMaxBufferTimeMs()inthashCode()
-
-
-
Field Detail
-
BUFFER_FLUSH_TIME_MILLISECONDS_DEFAULT
public static final long BUFFER_FLUSH_TIME_MILLISECONDS_DEFAULT
- See Also:
- Constant Field Values
-
BUFFER_FLUSH_TIME_MILLISECONDS_MIN
public static final long BUFFER_FLUSH_TIME_MILLISECONDS_MIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeliveryGuarantee
public org.apache.flink.connector.base.DeliveryGuarantee getDeliveryGuarantee()
-
getMaxBufferTimeMs
public long getMaxBufferTimeMs()
-
builder
public static SnowflakeWriterConfig.SnowflakeWriterConfigBuilder builder()
-
-