Packages

object ConfluentUtils extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfluentUtils
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val HeaderSize: Int
  5. final val IdSize: Int(4)
  6. final val MagicByte: Int(0)
  7. final val SchemaProvider: AvroSchemaProvider
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def convertToAvroSchema(schema: Schema, version: Option[Int] = None): AvroSchema
  11. def convertToJsonSchema(schema: Schema, version: Option[Int] = None): JsonSchema
  12. def deserializeSchemaIdAndData[T](payload: Array[Byte], readerWriterSchema: Schema): (SchemaId, T)
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def keySubject(topic: UnspecializedTopicName): String
  19. def loadAvroSchemaFromResource(path: String): AvroSchema
  20. def loadJsonSchemaFromResource(path: String): JsonSchema
  21. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def parsePayloadToByteBuffer(payload: Array[Byte]): Validated[IllegalArgumentException, ByteBuffer]
  26. def readId(bytes: Array[Byte]): SchemaId
  27. def readIdAndGetBuffer(bytes: Array[Byte]): Validated[IllegalArgumentException, (SchemaId, ByteBuffer)]
  28. def readIdAndGetBufferUnsafe(bytes: Array[Byte]): (SchemaId, ByteBuffer)
  29. def serializeContainerToBytesArray(container: GenericContainer, schemaId: SchemaId): Array[Byte]

    Based on serializeImpl from io.confluent.kafka.serializers.AbstractKafkaAvroSerializer

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toSchemaWithMetadata(schemaMetadata: SchemaMetadata): SchemaWithMetadata
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def topicFromSubject: PartialFunction[String, String]
  34. def topicSubject(topic: UnspecializedTopicName, isKey: Boolean): String
  35. def valueSubject(topic: UnspecializedTopicName): String
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def writeSchemaId(schemaId: SchemaId, stream: OutputStream): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped