public class ContextKey extends SchemaRegistryKey
keyType, magicByte| Constructor and Description |
|---|
ContextKey(String tenant,
String context) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SchemaRegistryKey o) |
boolean |
equals(Object o) |
String |
getContext() |
String |
getTenant() |
int |
hashCode() |
void |
setContext(String context) |
void |
setTenant(String tenant) |
getKeyType, getMagicByte, setKeyType, setMagicBytepublic String getTenant()
public void setTenant(String tenant)
public String getContext()
public void setContext(String context)
public boolean equals(Object o)
equals in class SchemaRegistryKeypublic int hashCode()
hashCode in class SchemaRegistryKeypublic int compareTo(SchemaRegistryKey o)
compareTo in interface Comparable<SchemaRegistryKey>compareTo in class SchemaRegistryKeyCopyright © 2026 Confluent, Inc.. All rights reserved.