Uses of Class
io.aiven.commons.kafka.connector.source.AbstractSourceNativeInfo
Packages that use AbstractSourceNativeInfo
Package
Description
This package contains simple example implementations of the generic objects for
EvolvingSourceRecord and EvolvingSourceRecordIterator.
-
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. -
Uses of AbstractSourceNativeInfo in io.aiven.commons.kafka.connector.source.extractor
Methods in io.aiven.commons.kafka.connector.source.extractor with parameters of type AbstractSourceNativeInfoModifier and TypeMethodDescriptionprotected EvolvingSourceRecordIOExtractorTest.createExampleSourceRecord(AbstractSourceNativeInfo<?, ?> nativeItem) Creates an EvolvingSourceRecord with the Context of OffsetManagerEntry as would be set by the EvolvingSourceRecordIterator processes. -
Uses of AbstractSourceNativeInfo in io.aiven.commons.kafka.connector.source.impl
Subclasses of AbstractSourceNativeInfo in io.aiven.commons.kafka.connector.source.implModifier and TypeClassDescriptionclassThis example data object has a String key and a byte buffer as its data object. -
Uses of AbstractSourceNativeInfo in io.aiven.commons.kafka.connector.source.impl.csv
Subclasses of AbstractSourceNativeInfo in io.aiven.commons.kafka.connector.source.impl.csvModifier and TypeClassDescriptionclassThis example data object has a String key and a byte buffer as its data object.