Class TestContexts
java.lang.Object
io.github.flink.gcp.connector.testutils.TestContexts
Shared test stubs for
SinkWriter.Context.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.flink.api.connector.sink2.SinkWriter.ContextA no-op context: no timestamp, andLong.MIN_VALUEfor the watermark — the value a writer sees before any watermark has arrived. -
Method Summary
-
Field Details
-
NO_OP
public static final org.apache.flink.api.connector.sink2.SinkWriter.Context NO_OPA no-op context: no timestamp, andLong.MIN_VALUEfor the watermark — the value a writer sees before any watermark has arrived.
-