Interface SnowflakeSinkContext
- All Known Implementing Classes:
DefaultSnowflakeSinkContext
@PublicEvolving
public interface SnowflakeSinkContext
This context provides information for
SnowflakeRowSerializationSchema.-
Method Summary
Modifier and TypeMethodDescriptiongetAppId()org.apache.flink.api.connector.sink2.Sink.InitContextGet the current init context in sink.Get the write options forSnowflakeSink.booleanlongGet the current process time in Flink.
-
Method Details
-
getInitContext
org.apache.flink.api.connector.sink2.Sink.InitContext getInitContext()Get the current init context in sink. -
processTime
long processTime()Get the current process time in Flink. -
getWriterConfig
SnowflakeWriterConfig getWriterConfig()Get the write options forSnowflakeSink. -
getAppId
String getAppId() -
isFlushOnCheckpoint
boolean isFlushOnCheckpoint()
-