Uses of Enum Class
io.confluent.kafka.schemaregistry.storage.StoreUpdateHandler.ValidationStatus
Packages that use StoreUpdateHandler.ValidationStatus
-
Uses of StoreUpdateHandler.ValidationStatus in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return StoreUpdateHandler.ValidationStatusModifier and TypeMethodDescriptionCompositeSchemaUpdateHandler.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 storeKafkaStoreMessageHandler.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 storeStoreUpdateHandler.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 storeReturns the enum constant of this class with the specified name.static StoreUpdateHandler.ValidationStatus[]StoreUpdateHandler.ValidationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.