Class InsertWindowCloser
java.lang.Object
io.debezium.pipeline.source.snapshot.incremental.InsertWindowCloser
- All Implemented Interfaces:
WatermarkWindowCloser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate final JdbcConnectionprivate static final org.slf4j.Loggerprivate final SignalMetadataprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionInsertWindowCloser(JdbcConnection jdbcConnection, String signalTable, SignalMetadata signalMetadata) -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseWindow(Partition partition, OffsetContext offsetContext, String chunkId)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
INSERT_STATEMENT
- See Also:
-
jdbcConnection
-
signalWindowStatement
-
signalMetadata
-
-
Constructor Details
-
InsertWindowCloser
public InsertWindowCloser(JdbcConnection jdbcConnection, String signalTable, SignalMetadata signalMetadata)
-
-
Method Details
-
closeWindow
public void closeWindow(Partition partition, OffsetContext offsetContext, String chunkId) throws SQLException - Specified by:
closeWindowin interfaceWatermarkWindowCloser- Throws:
SQLException
-