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
    @HotSpotIntrinsicCandidate() @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 getAllSubjects(): Collection[String]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getCompatibility(arg0: String): String

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. lazy val logger: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MockSchemaRegistryClient → SchemaRegistryClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  43. final def wait(arg0: Long, arg1: Int): Unit

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

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

    (Since version ) see corresponding Javadoc for more information.

  3. 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.

  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 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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