Uses of Interface
io.debezium.pipeline.spi.OffsetContext.Loader
-
Packages that use OffsetContext.Loader Package Description io.debezium.connector.common -
-
Uses of OffsetContext.Loader in io.debezium.connector.common
Classes in io.debezium.connector.common with type parameters of type OffsetContext.Loader Modifier and Type Class Description classOffsetReader<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.Loader Modifier and Type Field Description private LOffsetReader. loaderMethods in io.debezium.connector.common with parameters of type OffsetContext.Loader Modifier and Type Method Description protected Offsets<P,O>BaseSourceTask. getPreviousOffsets(Partition.Provider<P> provider, OffsetContext.Loader<O> loader)Loads the connector's persistent offsets (if present) via the given loader.
-