| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.id | |
| io.confluent.kafka.schemaregistry.storage | |
| io.confluent.kafka.schemaregistry.storage.encoder |
| Modifier and Type | Method and Description |
|---|---|
int |
IdGenerator.getMaxId(SchemaValue schema)
Returns the current max id from the generator
|
int |
IncrementalIdGenerator.getMaxId(SchemaValue schema) |
int |
IdGenerator.id(SchemaValue schema)
Provides the id for the schema.
|
int |
IncrementalIdGenerator.id(SchemaValue schema) |
void |
IdGenerator.schemaRegistered(SchemaKey schemaKey,
SchemaValue schemaValue)
Callback method that is invoked when a schema is registered.
|
void |
IncrementalIdGenerator.schemaRegistered(SchemaKey schemaKey,
SchemaValue schemaValue) |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaValue |
KafkaSchemaRegistry.getSchemaValue(SchemaKey key) |
SchemaValue |
LazyParsedSchemaHolder.schemaValue() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
KafkaStoreMessageHandler.canonicalize(SchemaProvider schemaProvider,
SchemaValue schemaValue) |
int |
SchemaValue.compareTo(SchemaValue that) |
static MD5 |
MD5.ofSchema(SchemaValue schema) |
void |
InMemoryCache.schemaDeleted(SchemaKey schemaKey,
SchemaValue schemaValue,
SchemaValue oldSchemaValue) |
void |
LookupCache.schemaDeleted(SchemaKey schemaKey,
SchemaValue schemaValue,
SchemaValue oldSchemaValue)
Callback that is invoked when a schema is deleted.
|
void |
InMemoryCache.schemaRegistered(SchemaKey schemaKey,
SchemaValue schemaValue,
SchemaValue oldSchemaValue) |
void |
LookupCache.schemaRegistered(SchemaKey schemaKey,
SchemaValue schemaValue,
SchemaValue oldSchemaValue)
Callback that is invoked when a schema is registered.
|
void |
InMemoryCache.schemaTombstoned(SchemaKey schemaKey,
SchemaValue schemaValue) |
void |
LookupCache.schemaTombstoned(SchemaKey schemaKey,
SchemaValue schemaValue)
Callback that is invoked when a schema is tombstoned.
|
Schema |
KafkaSchemaRegistry.toSchemaEntity(SchemaValue schemaValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataEncoderService.decodeMetadata(SchemaValue schema) |
void |
MetadataEncoderService.encodeMetadata(SchemaValue schema) |
Copyright © 2026 Confluent, Inc.. All rights reserved.