Uses of Interface
io.confluent.kafka.schemaregistry.storage.SchemaRegistry
Packages that use SchemaRegistry
Package
Description
-
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.id
Constructors in io.confluent.kafka.schemaregistry.id with parameters of type SchemaRegistry -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.leaderelector.kafka
Constructors in io.confluent.kafka.schemaregistry.leaderelector.kafka with parameters of type SchemaRegistryModifierConstructorDescriptionKafkaGroupLeaderElector(SchemaRegistryConfig config, SchemaRegistryIdentity myIdentity, SchemaRegistry schemaRegistry) -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.rest
Methods in io.confluent.kafka.schemaregistry.rest that return SchemaRegistryModifier and TypeMethodDescriptionprotected SchemaRegistrySchemaRegistryRestApplication.initSchemaRegistry(SchemaRegistryConfig config) SchemaRegistryRestApplication.schemaRegistry() -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.rest.client
Constructors in io.confluent.kafka.schemaregistry.rest.client with parameters of type SchemaRegistryModifierConstructorDescriptionLocalSchemaRegistryClient(SchemaRegistry schemaRegistry) LocalSchemaRegistryClient(SchemaRegistry schemaRegistry, List<SchemaProvider> providers) -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.rest.extensions
Methods in io.confluent.kafka.schemaregistry.rest.extensions with parameters of type SchemaRegistryModifier and TypeMethodDescriptionvoidSchemaRegistryResourceExtension.register(jakarta.ws.rs.core.Configurable<?> config, SchemaRegistryConfig schemaRegistryConfig, SchemaRegistry schemaRegistry) -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.rest.filters
Constructors in io.confluent.kafka.schemaregistry.rest.filters with parameters of type SchemaRegistry -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.rest.resources
Constructors in io.confluent.kafka.schemaregistry.rest.resources with parameters of type SchemaRegistryModifierConstructorDescriptionAssociationsResource(SchemaRegistry schemaRegistry) CompatibilityResource(SchemaRegistry schemaRegistry) ConfigResource(SchemaRegistry schemaRegistry) ContextsResource(SchemaRegistry schemaRegistry) ModeResource(SchemaRegistry schemaRegistry) SchemasResource(SchemaRegistry schemaRegistry) ServerMetadataResource(SchemaRegistry schemaRegistry) SubjectsResource(SchemaRegistry schemaRegistry) SubjectVersionsResource(SchemaRegistry registry) -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.storage
Classes in io.confluent.kafka.schemaregistry.storage that implement SchemaRegistryModifier and TypeClassDescriptionclassAbstract base class for SchemaRegistry implementations that provides common state management and shared functionality.classConstructors in io.confluent.kafka.schemaregistry.storage with parameters of type SchemaRegistryModifierConstructorDescriptionKafkaStoreMessageHandler(SchemaRegistry schemaRegistry, LookupCache<SchemaRegistryKey, SchemaRegistryValue> lookupCache, IdGenerator idGenerator) LazyParsedSchemaHolder(SchemaRegistry schemaRegistry, SchemaKey schemaKey) -
Uses of SchemaRegistry in io.confluent.kafka.schemaregistry.storage.encoder
Methods in io.confluent.kafka.schemaregistry.storage.encoder that return SchemaRegistryConstructors in io.confluent.kafka.schemaregistry.storage.encoder with parameters of type SchemaRegistryModifierConstructorDescriptionKafkaMetadataEncoderService(SchemaRegistry schemaRegistry) protectedKafkaMetadataEncoderService(SchemaRegistry schemaRegistry, io.kcache.Cache<String, KeysetWrapper> encoders) MetadataEncoderService(SchemaRegistry schemaRegistry)