Uses of Interface
io.aiven.commons.kafka.connector.source.lookback.Lookback
Packages that use Lookback
-
Uses of Lookback in io.aiven.commons.kafka.connector.source.lookback
Classes in io.aiven.commons.kafka.connector.source.lookback that implement LookbackModifier and TypeClassDescriptionclassBuffer<K extends Comparable<K>>Lookback that uses a buffer to track the last N records.classLastKey<K extends Comparable<K>>A Lookback that only tracks the last key seen.classNone<K extends Comparable<K>>Lookback that does not track any keys.Methods in io.aiven.commons.kafka.connector.source.lookback that return Lookback