Class

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

MockSchemaRegistryClient

Related Doc: package client

Permalink

class MockSchemaRegistryClient extends io.confluent.kafka.schemaregistry.client.MockSchemaRegistryClient with LazyLogging

Extended Confluent MockSchemaRegistryClient - base one throws wrong exceptions when version or subject doesn't exist

Linear Supertypes
LazyLogging, io.confluent.kafka.schemaregistry.client.MockSchemaRegistryClient, io.confluent.kafka.schemaregistry.client.SchemaRegistryClient, SchemaVersionFetcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MockSchemaRegistryClient
  2. LazyLogging
  3. MockSchemaRegistryClient
  4. SchemaRegistryClient
  5. SchemaVersionFetcher
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MockSchemaRegistryClient()

    Permalink

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
    @throws( ... )
  6. def deleteSchemaVersion(arg0: Map[String, String], arg1: String, arg2: String): Integer

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  7. def deleteSchemaVersion(arg0: String, arg1: String): Integer

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  8. def deleteSubject(arg0: Map[String, String], arg1: String): List[Integer]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  9. def deleteSubject(arg0: String): List[Integer]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAllSubjects(): Collection[String]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  14. def getAllSubjectsById(arg0: Int): Collection[String]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  15. def getAllVersions(subject: String): List[Integer]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → MockSchemaRegistryClient → SchemaRegistryClient
  16. def getAllVersionsById(arg0: Int): Collection[SubjectVersion]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  17. def getByVersion(arg0: String, arg1: Int, arg2: Boolean): Schema

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient → SchemaVersionFetcher
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getCompatibility(arg0: String): String

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  20. def getId(arg0: String, arg1: ParsedSchema): Int

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  21. def getLatestSchemaMetadata(subject: String): SchemaMetadata

    Permalink
    Definition Classes
    MockSchemaRegistryClient → MockSchemaRegistryClient → SchemaRegistryClient
  22. def getMode(arg0: String): String

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  23. def getMode(): String

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  24. def getSchemaById(arg0: Int): ParsedSchema

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

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  26. def getSchemaMetadata(subject: String, version: Int): SchemaMetadata

    Permalink
    Definition Classes
    MockSchemaRegistryClient → MockSchemaRegistryClient → SchemaRegistryClient
  27. def getVersion(arg0: String, arg1: ParsedSchema): Int

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def parseSchema(arg0: String, arg1: String, arg2: List[SchemaReference]): Optional[ParsedSchema]

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
  35. def register(arg0: String, arg1: ParsedSchema, arg2: Int, arg3: Int): Int

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  36. def register(arg0: String, arg1: ParsedSchema): Int

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  37. def reset(): Unit

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
  38. def setMode(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  39. def setMode(arg0: String): String

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def testCompatibility(arg0: String, arg1: ParsedSchema): Boolean

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def updateCompatibility(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

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

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

Deprecated Value Members

  1. def getByID(arg0: Int): Schema

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

    (Since version ) see corresponding Javadoc for more information.

  2. def getById(arg0: Int): Schema

    Permalink
    Definition Classes
    SchemaRegistryClient
    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
    SchemaRegistryClient
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

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

    (Since version ) see corresponding Javadoc for more information.

  5. def getId(arg0: String, arg1: Schema): Int

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

    (Since version ) see corresponding Javadoc for more information.

  6. def getVersion(arg0: String, arg1: Schema): Int

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

    (Since version ) see corresponding Javadoc for more information.

  7. def register(arg0: String, arg1: Schema, arg2: Int, arg3: Int): Int

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

    (Since version ) see corresponding Javadoc for more information.

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

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

    (Since version ) see corresponding Javadoc for more information.

  9. def testCompatibility(arg0: String, arg1: Schema): Boolean

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from io.confluent.kafka.schemaregistry.client.MockSchemaRegistryClient

Inherited from io.confluent.kafka.schemaregistry.client.SchemaRegistryClient

Inherited from SchemaVersionFetcher

Inherited from AnyRef

Inherited from Any

Ungrouped