Class

pl.touk.nussknacker.engine.avro.schemaregistry.confluent.serialization

AbstractConfluentKafkaAvroDeserializer

Related Doc: package serialization

Permalink

abstract class AbstractConfluentKafkaAvroDeserializer extends AbstractKafkaAvroDeserializer with DatumReaderWriterMixin with RecordDeserializer

This class basically do the same as AbstractKafkaAvroDeserializer but use our createDatumReader implementation with time conversions

Linear Supertypes
RecordDeserializer, DatumReaderWriterMixin, AbstractKafkaAvroDeserializer, AbstractKafkaSchemaSerDe, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractConfluentKafkaAvroDeserializer
  2. RecordDeserializer
  3. DatumReaderWriterMixin
  4. AbstractKafkaAvroDeserializer
  5. AbstractKafkaSchemaSerDe
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractConfluentKafkaAvroDeserializer()

    Permalink

Type Members

  1. class DeserializationContext extends AnyRef

    Permalink
    Attributes
    private[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer

Abstract Value Members

  1. abstract def schemaIdSerializationEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RecordDeserializer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def configure(arg0: KafkaAvroDeserializerConfig): Unit

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
  7. def configureClientProperties(arg0: AbstractKafkaSchemaSerDeConfig, arg1: SchemaProvider): Unit

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  8. def createDatumReader(writerSchema: Schema, readerSchema: Schema, useSchemaReflection: Boolean, useSpecificAvroReader: Boolean): DatumReader[AnyRef]

    Permalink
    Definition Classes
    DatumReaderWriterMixin
  9. def createDatumWriter(record: Any, schema: Schema, useSchemaReflection: Boolean): GenericDatumWriter[Any]

    Permalink
    Definition Classes
    DatumReaderWriterMixin
  10. lazy val decoderFactory: DecoderFactory

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfluentKafkaAvroDeserializerRecordDeserializer
  11. def deserialize(topic: String, isKey: Boolean, payload: Array[Byte], readerSchema: RuntimeSchemaData): AnyRef

    Permalink
    Attributes
    protected
  12. def deserialize(arg0: String, arg1: Boolean, arg2: Array[Byte], arg3: Schema): AnyRef

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
    Annotations
    @throws( ... )
  13. def deserialize(arg0: Array[Byte], arg1: Schema): AnyRef

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
    Annotations
    @throws( ... )
  14. def deserialize(arg0: Array[Byte]): AnyRef

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
    Annotations
    @throws( ... )
  15. def deserializeRecord(readerSchemaData: RuntimeSchemaData, reader: DatumReader[AnyRef], buffer: ByteBuffer, bufferDataStart: Int): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RecordDeserializer
  16. def deserializeWithSchemaAndVersion(arg0: String, arg1: Boolean, arg2: Array[Byte]): GenericContainerWithVersion

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
    Annotations
    @throws( ... )
  17. def deserializerConfig(arg0: VerifiableProperties): KafkaAvroDeserializerConfig

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
  18. def deserializerConfig(arg0: Map[String, _]): KafkaAvroDeserializerConfig

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getByteBuffer(arg0: Array[Byte]): ByteBuffer

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def getDatumReader(arg0: Schema, arg1: Schema): DatumReader[_]

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaAvroDeserializer
  24. def getOldSubjectName(arg0: Any): String

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  25. def getSchemaById(arg0: Int): ParsedSchema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  26. def getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  27. def getSubjectName(arg0: String, arg1: Boolean, arg2: Any, arg3: ParsedSchema): String

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def isDeprecatedSubjectNameStrategy(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[io.confluent.kafka.serializers]
    Definition Classes
    AbstractKafkaSchemaSerDe
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. val primitives: Map[String, Schema]

    Permalink

    We use it on checking writerSchema is primitive - on creating DatumReader (createDatumReader).

    We use it on checking writerSchema is primitive - on creating DatumReader (createDatumReader).

    Attributes
    protected
    Definition Classes
    DatumReaderWriterMixin
  35. def read(buffer: ByteBuffer, expectedSchemaData: RuntimeSchemaData): AnyRef

    Permalink
    Attributes
    protected
  36. def register(arg0: String, arg1: ParsedSchema): Int

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getById(arg0: Int): Schema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getBySubjectAndId(arg0: String, arg1: Int): Schema

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def register(arg0: String, arg1: Schema): Int

    Permalink
    Definition Classes
    AbstractKafkaSchemaSerDe
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from RecordDeserializer

Inherited from DatumReaderWriterMixin

Inherited from AbstractKafkaAvroDeserializer

Inherited from AbstractKafkaSchemaSerDe

Inherited from AnyRef

Inherited from Any

Ungrouped