Uses of Interface
io.confluent.kafka.schemaregistry.id.IdGenerator
Packages that use IdGenerator
-
Uses of IdGenerator in io.confluent.kafka.schemaregistry.id
Classes in io.confluent.kafka.schemaregistry.id that implement IdGenerator -
Uses of IdGenerator in io.confluent.kafka.schemaregistry.storage
Methods in io.confluent.kafka.schemaregistry.storage that return IdGeneratorModifier and TypeMethodDescriptionKafkaSchemaRegistry.getIdentityGenerator()protected IdGeneratorKafkaSchemaRegistry.identityGenerator(SchemaRegistryConfig config) Constructors in io.confluent.kafka.schemaregistry.storage with parameters of type IdGeneratorModifierConstructorDescriptionKafkaStoreMessageHandler(SchemaRegistry schemaRegistry, LookupCache<SchemaRegistryKey, SchemaRegistryValue> lookupCache, IdGenerator idGenerator)