| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.storage |
| Modifier and Type | Method and Description |
|---|---|
default StoreUpdateHandler.ValidationStatus |
StoreUpdateHandler.validateUpdate(K key,
V value,
org.apache.kafka.common.TopicPartition tp,
long offset,
long timestamp)
Invoked before every new K,V pair written to the store
|
StoreUpdateHandler.ValidationStatus |
KafkaStoreMessageHandler.validateUpdate(SchemaRegistryKey key,
SchemaRegistryValue value,
org.apache.kafka.common.TopicPartition tp,
long offset,
long timestamp)
Invoked before every new K,V pair written to the store
|
StoreUpdateHandler.ValidationStatus |
CompositeSchemaUpdateHandler.validateUpdate(SchemaRegistryKey key,
SchemaRegistryValue value,
org.apache.kafka.common.TopicPartition tp,
long offset,
long timestamp)
Invoked before every new K,V pair written to the store
|
static StoreUpdateHandler.ValidationStatus |
StoreUpdateHandler.ValidationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreUpdateHandler.ValidationStatus[] |
StoreUpdateHandler.ValidationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026 Confluent, Inc.. All rights reserved.