Class AssociationKey
java.lang.Object
io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
io.confluent.kafka.schemaregistry.storage.SubjectKey
io.confluent.kafka.schemaregistry.storage.AssociationKey
- 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()voidsetAssociationType(String associationType) voidsetResourceName(String resourceName) voidsetResourceNamespace(String resourceNamespace) voidsetResourceType(String resourceType) voidtoString()Methods inherited from class io.confluent.kafka.schemaregistry.storage.SubjectKey
getSubject, setSubjectMethods inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
getKeyType, getMagicByte, setKeyType, setMagicByte
-
Constructor Details
-
AssociationKey
-
-
Method Details
-
getTenant
-
setTenant
-
getResourceName
-
setResourceName
-
getResourceNamespace
-
setResourceNamespace
-
getResourceType
-
setResourceType
-
getAssociationType
-
setAssociationType
-
equals
- Overrides:
equalsin classSubjectKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classSubjectKey
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<SchemaRegistryKey>- Overrides:
compareToin classSubjectKey
-