Class SubjectKey
java.lang.Object
io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
io.confluent.kafka.schemaregistry.storage.SubjectKey
- All Implemented Interfaces:
Comparable<SchemaRegistryKey>
- Direct Known Subclasses:
AssociationKey,ClearSubjectKey,ConfigKey,DeleteSubjectKey,ModeKey,SchemaKey
-
Field Summary
Fields inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
keyType, magicByte -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
getKeyType, getMagicByte, setKeyType, setMagicByte
-
Constructor Details
-
SubjectKey
-
-
Method Details
-
getSubject
-
setSubject
-
equals
- Overrides:
equalsin classSchemaRegistryKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classSchemaRegistryKey
-
compareTo
- Specified by:
compareToin interfaceComparable<SchemaRegistryKey>- Overrides:
compareToin classSchemaRegistryKey
-