Class ContextKey
java.lang.Object
io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
io.confluent.kafka.schemaregistry.storage.ContextKey
- All Implemented Interfaces:
Comparable<SchemaRegistryKey>
-
Field Summary
Fields inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
keyType, magicByte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()voidsetContext(String context) voidMethods inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
getKeyType, getMagicByte, setKeyType, setMagicByte
-
Constructor Details
-
ContextKey
-
-
Method Details
-
getTenant
-
setTenant
-
getContext
-
setContext
-
equals
- Overrides:
equalsin classSchemaRegistryKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classSchemaRegistryKey
-
compareTo
- Specified by:
compareToin interfaceComparable<SchemaRegistryKey>- Overrides:
compareToin classSchemaRegistryKey
-