Uses of Class
io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapper
Packages that use KeysetWrapper
-
Uses of KeysetWrapper in io.confluent.kafka.schemaregistry.storage.encoder
Fields in io.confluent.kafka.schemaregistry.storage.encoder with type parameters of type KeysetWrapperModifier and TypeFieldDescriptionprotected io.kcache.Cache<String,KeysetWrapper> KafkaMetadataEncoderService.encodersMethods in io.confluent.kafka.schemaregistry.storage.encoder that return KeysetWrapperModifier and TypeMethodDescriptionKeysetWrapperDeserializer.deserialize(String topic, byte[] key) protected KeysetWrapperKafkaMetadataEncoderService.getEncoderWrapper(String tenant) protected abstract KeysetWrapperMetadataEncoderService.getEncoderWrapper(String tenant) Get the encoder wrapper for a tenant.Methods in io.confluent.kafka.schemaregistry.storage.encoder that return types with arguments of type KeysetWrapperModifier and TypeMethodDescriptionorg.apache.kafka.common.serialization.Deserializer<KeysetWrapper>KeysetWrapperSerde.deserializer()org.apache.kafka.common.serialization.Serializer<KeysetWrapper>KeysetWrapperSerde.serializer()Methods in io.confluent.kafka.schemaregistry.storage.encoder with parameters of type KeysetWrapperModifier and TypeMethodDescriptionprotected voidKafkaMetadataEncoderService.putEncoderWrapper(String tenant, KeysetWrapper wrapper) protected abstract voidMetadataEncoderService.putEncoderWrapper(String tenant, KeysetWrapper wrapper) Store an encoder wrapper for a tenant.byte[]KeysetWrapperSerializer.serialize(String topic, KeysetWrapper key) Constructor parameters in io.confluent.kafka.schemaregistry.storage.encoder with type arguments of type KeysetWrapperModifierConstructorDescriptionprotectedKafkaMetadataEncoderService(SchemaRegistry schemaRegistry, io.kcache.Cache<String, KeysetWrapper> encoders)