Uses of Class
io.debezium.connector.spanner.context.offset.SpannerOffsetContext
Packages that use SpannerOffsetContext
Package
Description
-
Uses of SpannerOffsetContext in io.debezium.connector.spanner
Methods in io.debezium.connector.spanner that return types with arguments of type SpannerOffsetContextModifier and TypeMethodDescriptionprotected io.debezium.pipeline.spi.Offsets<SpannerPartition,SpannerOffsetContext> SpannerBaseSourceTask.getInitialOffsets()io.debezium.pipeline.source.spi.SnapshotChangeEventSource<SpannerPartition,SpannerOffsetContext> SpannerChangeEventSourceFactory.getSnapshotChangeEventSource(io.debezium.pipeline.source.spi.SnapshotProgressListener snapshotProgressListener) Methods in io.debezium.connector.spanner with parameters of type SpannerOffsetContextModifier and TypeMethodDescriptionvoidSpannerStreamingChangeEventSource.execute(io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext context, SpannerPartition partition, SpannerOffsetContext offsetContext) -
Uses of SpannerOffsetContext in io.debezium.connector.spanner.context.offset
Methods in io.debezium.connector.spanner.context.offset that return SpannerOffsetContextModifier and TypeMethodDescriptionSpannerOffsetContextFactory.getOffsetContextFromDataChangeEvent(int modNumber, DataChangeEvent dataChangeEvent) SpannerOffsetContextFactory.getOffsetContextFromHeartbeatEvent(HeartbeatEvent heartbeatEvent) -
Uses of SpannerOffsetContext in io.debezium.connector.spanner.processor
Constructors in io.debezium.connector.spanner.processor with parameters of type SpannerOffsetContextModifierConstructorDescriptionSpannerChangeRecordEmitter(String recordUid, ModType modType, Mod mod, SpannerPartition partition, SpannerOffsetContext offsetContext, io.debezium.util.Clock clock, SpannerConnectorConfig connectorConfig)