Uses of Interface
io.aiven.commons.kafka.connector.source.OffsetManager.OffsetManagerKey
Packages that use OffsetManager.OffsetManagerKey
-
Uses of OffsetManager.OffsetManagerKey in io.aiven.commons.kafka.connector.source
Methods in io.aiven.commons.kafka.connector.source that return OffsetManager.OffsetManagerKeyModifier and TypeMethodDescriptionOffsetManager.OffsetManagerEntry.getManagerKey()Gets the OffsetManagerKey for this entry.protected abstract OffsetManager.OffsetManagerKeyNativeSourceData.getOffsetManagerKey(K nativeKey) Creates an offset manager key for the native key.Methods in io.aiven.commons.kafka.connector.source with parameters of type OffsetManager.OffsetManagerKeyModifier and TypeMethodDescriptionOffsetManager.getEntryData(OffsetManager.OffsetManagerKey key) Get entry data from the offset manager.voidOffsetManager.removeEntry(OffsetManager.OffsetManagerKey key) Removes the specified entry from the in memory table.Method parameters in io.aiven.commons.kafka.connector.source with type arguments of type OffsetManager.OffsetManagerKeyModifier and TypeMethodDescriptionvoidOffsetManager.populateOffsetManager(Collection<OffsetManager.OffsetManagerKey> offsetManagerKeys) Gets any offset information stored in the offsetStorageReader and adds to the local offsets Map.