object
ConfluentUtils extends LazyLogging
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
val
HeaderSize: Int
-
final
val
IdSize: Int(4)
-
final
val
MagicByte: Int(0)
-
final
val
SchemaProvider: AvroSchemaProvider
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
convertToAvroSchema(schema: Schema, version: Option[Int] = None): AvroSchema
-
def
convertToJsonSchema(schema: Schema, version: Option[Int] = None): JsonSchema
-
def
deserializeSchemaIdAndData[T](payload: Array[Byte], readerWriterSchema: Schema): (Int, T)
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extractSchema(parsedSchema: ParsedSchema): Schema
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
keySubject(topic: String): String
-
lazy val
logger: Logger
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parsePayloadToByteBuffer(payload: Array[Byte]): Validated[IllegalArgumentException, ByteBuffer]
-
def
readId(bytes: Array[Byte]): Int
-
def
readIdAndGetBuffer(bytes: Array[Byte]): Validated[IllegalArgumentException, (Int, ByteBuffer)]
-
def
readIdAndGetBufferUnsafe(bytes: Array[Byte]): (Int, ByteBuffer)
-
def
serializeContainerToBytesArray(container: GenericContainer, schemaId: Int): Array[Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
topicFromSubject: PartialFunction[String, String]
-
def
topicSubject(topic: String, isKey: Boolean): String
-
def
valueSubject(topic: String): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
writeSchemaId(schemaId: Int, stream: OutputStream): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from LazyLogging
Value Members
-
lazy val
logger: Logger
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
val
HeaderSize: Int
-
final
val
IdSize: Int(4)
-
final
val
MagicByte: Int(0)
-
final
val
SchemaProvider: AvroSchemaProvider
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
convertToAvroSchema(schema: Schema, version: Option[Int] = None): AvroSchema
-
def
convertToJsonSchema(schema: Schema, version: Option[Int] = None): JsonSchema
-
def
deserializeSchemaIdAndData[T](payload: Array[Byte], readerWriterSchema: Schema): (Int, T)
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extractSchema(parsedSchema: ParsedSchema): Schema
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
keySubject(topic: String): String
-
lazy val
logger: Logger
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parsePayloadToByteBuffer(payload: Array[Byte]): Validated[IllegalArgumentException, ByteBuffer]
-
def
readId(bytes: Array[Byte]): Int
-
def
readIdAndGetBuffer(bytes: Array[Byte]): Validated[IllegalArgumentException, (Int, ByteBuffer)]
-
def
readIdAndGetBufferUnsafe(bytes: Array[Byte]): (Int, ByteBuffer)
-
def
serializeContainerToBytesArray(container: GenericContainer, schemaId: Int): Array[Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
topicFromSubject: PartialFunction[String, String]
-
def
topicSubject(topic: String, isKey: Boolean): String
-
def
valueSubject(topic: String): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
writeSchemaId(schemaId: Int, stream: OutputStream): Unit
-
def
finalize(): Unit