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
Ordering
- Alphabetic
- By Inheritance
Inherited
- MockSchemaRegistryClient
- LazyLogging
- MockSchemaRegistryClient
- SchemaRegistryClient
- SchemaVersionFetcher
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MockSchemaRegistryClient()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- SchemaRegistryClient → Closeable → AutoCloseable
- Annotations
- @throws(classOf[java.io.IOException])
- def deleteCompatibility(arg0: String): Unit
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteConfig(arg0: String): Unit
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteMode(arg0: String): Unit
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSchemaVersion(arg0: Map[String, String], arg1: String, arg2: String, arg3: Boolean): Integer
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSchemaVersion(arg0: String, arg1: String, arg2: Boolean): Integer
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSchemaVersion(arg0: Map[String, String], arg1: String, arg2: String): Integer
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSchemaVersion(arg0: String, arg1: String): Integer
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSubject(arg0: Map[String, String], arg1: String, arg2: Boolean): List[Integer]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSubject(arg0: String, arg1: Boolean): List[Integer]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSubject(arg0: Map[String, String], arg1: String): List[Integer]
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def deleteSubject(arg0: String): List[Integer]
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAllSubjects(): Collection[String]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getAllSubjects(arg0: Boolean): Collection[String]
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getAllSubjectsById(arg0: Int): Collection[String]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getAllSubjectsByPrefix(arg0: String): Collection[String]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getAllVersions(subject: String): List[Integer]
- Definition Classes
- MockSchemaRegistryClient → MockSchemaRegistryClient → SchemaRegistryClient
- def getAllVersions(arg0: String, arg1: Boolean): List[Integer]
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getAllVersionsById(arg0: Int): Collection[SubjectVersion]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getByVersion(arg0: String, arg1: Int, arg2: Boolean): Schema
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient → SchemaVersionFetcher
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getCompatibility(arg0: String): String
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getConfig(arg0: String): Config
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getId(arg0: String, arg1: ParsedSchema, arg2: Boolean): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getId(arg0: String, arg1: ParsedSchema): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getLatestSchemaMetadata(subject: String): SchemaMetadata
- Definition Classes
- MockSchemaRegistryClient → MockSchemaRegistryClient → SchemaRegistryClient
- def getLatestWithMetadata(arg0: String, arg1: Map[String, String], arg2: Boolean): SchemaMetadata
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getMode(arg0: String): String
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getMode(): String
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getSchemaById(arg0: Int): ParsedSchema
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getSchemaBySubjectAndId(arg0: String, arg1: Int): ParsedSchema
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getSchemaMetadata(subject: String, version: Int): SchemaMetadata
- Definition Classes
- MockSchemaRegistryClient → MockSchemaRegistryClient → SchemaRegistryClient
- def getSchemaMetadata(arg0: String, arg1: Int, arg2: Boolean): SchemaMetadata
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getSchemas(arg0: String, arg1: Boolean, arg2: Boolean): List[ParsedSchema]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getVersion(arg0: String, arg1: ParsedSchema, arg2: Boolean): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def getVersion(arg0: String, arg1: ParsedSchema): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def parseSchema(arg0: Schema): Optional[ParsedSchema]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- def parseSchema(arg0: String, arg1: String, arg2: List[SchemaReference]): Optional[ParsedSchema]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- def parseSchema(arg0: String, arg1: String, arg2: List[SchemaReference], arg3: Metadata, arg4: RuleSet): Optional[ParsedSchema]
- Definition Classes
- SchemaRegistryClient
- def register(arg0: String, arg1: ParsedSchema, arg2: Int, arg3: Int): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def register(arg0: String, arg1: ParsedSchema, arg2: Boolean): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def register(arg0: String, arg1: ParsedSchema): Int
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def registerWithResponse(arg0: String, arg1: ParsedSchema, arg2: Boolean): RegisterSchemaResponse
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def reset(): Unit
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- def setMode(arg0: String, arg1: String, arg2: Boolean): String
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def setMode(arg0: String, arg1: String): String
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def setMode(arg0: String): String
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tenant(): String
- Definition Classes
- SchemaRegistryClient → SchemaVersionFetcher
- def testCompatibility(arg0: String, arg1: ParsedSchema): Boolean
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def testCompatibilityVerbose(arg0: String, arg1: ParsedSchema): List[String]
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def testCompatibilityVerbose(arg0: String, arg1: ParsedSchema, arg2: Boolean): List[String]
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def ticker(): Ticker
- Definition Classes
- SchemaRegistryClient
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateCompatibility(arg0: String, arg1: String): String
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- def updateConfig(arg0: String, arg1: Config): Config
- Definition Classes
- MockSchemaRegistryClient → SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def getByID(arg0: Int): Schema
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def getById(arg0: Int): Schema
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def getBySubjectAndID(arg0: String, arg1: Int): Schema
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def getBySubjectAndId(arg0: String, arg1: Int): Schema
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def getId(arg0: String, arg1: Schema): Int
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def getVersion(arg0: String, arg1: Schema): Int
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def register(arg0: String, arg1: Schema, arg2: Int, arg3: Int): Int
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def register(arg0: String, arg1: Schema): Int
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated
- def testCompatibility(arg0: String, arg1: Schema): Boolean
- Definition Classes
- SchemaRegistryClient
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException]) @Deprecated
- Deprecated