Uses of Interface
io.aiven.commons.kafka.connector.source.NativeSourceData.KeySerde
Packages that use NativeSourceData.KeySerde
Package
Description
This package contains simple example implementations of the generic objects for
EvolvingSourceRecord and EvolvingSourceRecordIterator.
-
Uses of NativeSourceData.KeySerde in io.aiven.commons.kafka.connector.source
Fields in io.aiven.commons.kafka.connector.source declared as NativeSourceData.KeySerdeModifier and TypeFieldDescriptionstatic final NativeSourceData.KeySerde<String>NativeSourceData.KeySerde.STRING_SERDEMany storage implementations use String keys.Methods in io.aiven.commons.kafka.connector.source that return types with arguments of type NativeSourceData.KeySerdeModifier and TypeMethodDescriptionprotected abstract Optional<NativeSourceData.KeySerde<K>>NativeSourceData.getNativeKeySerde()Returns a KeySerde for the native keys. -
Uses of NativeSourceData.KeySerde in io.aiven.commons.kafka.connector.source.impl
Methods in io.aiven.commons.kafka.connector.source.impl that return types with arguments of type NativeSourceData.KeySerdeModifier and TypeMethodDescriptionprotected Optional<NativeSourceData.KeySerde<String>>ExampleNativeSourceData.getNativeKeySerde() -
Uses of NativeSourceData.KeySerde in io.aiven.commons.kafka.connector.source.impl.csv
Methods in io.aiven.commons.kafka.connector.source.impl.csv that return types with arguments of type NativeSourceData.KeySerdeModifier and TypeMethodDescriptionprotected Optional<NativeSourceData.KeySerde<String>>ExampleCsvSourceData.getNativeKeySerde()