Uses of Class
io.debezium.connector.spanner.context.source.SourceInfo
Packages that use SourceInfo
Package
Description
-
Uses of SourceInfo in io.debezium.connector.spanner
Methods in io.debezium.connector.spanner that return types with arguments of type SourceInfoModifier and TypeMethodDescriptionprotected io.debezium.connector.SourceInfoStructMaker<SourceInfo>SpannerConnectorConfig.getSourceInfoStructMaker(io.debezium.config.CommonConnectorConfig.Version version) Methods in io.debezium.connector.spanner with parameters of type SourceInfoModifier and TypeMethodDescriptionprivate org.apache.kafka.connect.data.StructSpannerSourceInfoStructMaker.buildStruct(SourceInfo sourceInfo) org.apache.kafka.connect.data.StructSpannerSourceInfoStructMaker.struct(SourceInfo sourceInfo) -
Uses of SourceInfo in io.debezium.connector.spanner.context.offset
Fields in io.debezium.connector.spanner.context.offset declared as SourceInfoConstructors in io.debezium.connector.spanner.context.offset with parameters of type SourceInfoModifierConstructorDescriptionSpannerOffsetContext(SourceInfo sourceInfo, PartitionOffset partitionOffset, io.debezium.pipeline.txmetadata.TransactionContext transactionContext) -
Uses of SourceInfo in io.debezium.connector.spanner.context.source
Methods in io.debezium.connector.spanner.context.source that return SourceInfoModifier and TypeMethodDescriptionSourceInfoFactory.getSourceInfo(int modNumber, DataChangeEvent dataChangeEvent) SourceInfoFactory.getSourceInfoForLowWatermarkStamp(TableId tableId)