Class SchemaKey
java.lang.Object
io.confluent.kafka.schemaregistry.storage.SchemaRegistryKey
io.confluent.kafka.schemaregistry.storage.SubjectKey
io.confluent.kafka.schemaregistry.storage.SchemaKey
- 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 TypeMethodDescriptionintbooleanintinthashCode()voidsetVersion(int version) toString()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
-
SchemaKey
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
equals
- Overrides:
equalsin classSubjectKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classSubjectKey
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<SchemaRegistryKey>- Overrides:
compareToin classSubjectKey
-