Uses of Interface
io.debezium.pipeline.spi.OffsetContext.Loader
Packages that use OffsetContext.Loader
-
Uses of OffsetContext.Loader in io.debezium.connector.common
Classes in io.debezium.connector.common with type parameters of type OffsetContext.LoaderModifier and TypeClassDescriptionclassOffsetReader<P extends Partition,O extends OffsetContext, L extends OffsetContext.Loader<O>> Provides access to the partition offsets stored by connectors.Fields in io.debezium.connector.common declared as OffsetContext.LoaderMethods in io.debezium.connector.common with parameters of type OffsetContext.LoaderModifier and TypeMethodDescriptionBaseSourceTask.getPreviousOffsets(Partition.Provider<P> provider, OffsetContext.Loader<O> loader) Loads the connector's persistent offsets (if present) via the given loader.