Uses of Class
io.aiven.commons.kafka.connector.source.AbstractSourceNativeInfo
Packages that use AbstractSourceNativeInfo
-
Uses of AbstractSourceNativeInfo in io.aiven.commons.kafka.connector.source
Methods in io.aiven.commons.kafka.connector.source with type parameters of type AbstractSourceNativeInfoModifier and TypeMethodDescription<T extends AbstractSourceNativeInfo<?,?>>
TEvolvingSourceRecord.getSourceNativeInfo()Gets the AbstractNativeSource info from the constructor.Methods in io.aiven.commons.kafka.connector.source that return types with arguments of type AbstractSourceNativeInfoModifier and TypeMethodDescriptionprotected abstract Iterator<? extends AbstractSourceNativeInfo<K,?>> NativeSourceData.getNativeItemIterator(K startFrom) Get an iterator of Native objects from the underlying storage layer.Methods in io.aiven.commons.kafka.connector.source with parameters of type AbstractSourceNativeInfoModifier and TypeMethodDescriptionintAbstractSourceNativeInfo.compareTo(AbstractSourceNativeInfo<K, N> other) Constructors in io.aiven.commons.kafka.connector.source with parameters of type AbstractSourceNativeInfoModifierConstructorDescriptionEvolvingSourceRecord(AbstractSourceNativeInfo<?, ?> sourceNativeInfo, OffsetManager.OffsetManagerEntry offsetManagerEntry, Context context) Construct a source record from a native item.