Uses of Interface
io.apicurio.registry.storage.RegistryStorage
-
-
Uses of RegistryStorage in io.apicurio.registry.events
Classes in io.apicurio.registry.events that implement RegistryStorage Modifier and Type Class Description classEventSourcedRegistryStorage -
Uses of RegistryStorage in io.apicurio.registry.mt.limits
Classes in io.apicurio.registry.mt.limits that implement RegistryStorage Modifier and Type Class Description classRegistryStorageLimitsEnforcerDecorator ofRegistryStoragethat applies per-tenant limits enforcement, with this is possible to limit how many artifacts a tenant can create... -
Uses of RegistryStorage in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return RegistryStorage Modifier and Type Method Description RegistryStorageRegistryStorageProducer. realImpl()RegistryStorageRegistryStorageProvider. storage() -
Uses of RegistryStorage in io.apicurio.registry.storage.decorator
Classes in io.apicurio.registry.storage.decorator that implement RegistryStorage Modifier and Type Class Description classRegistryStorageDecoratorFields in io.apicurio.registry.storage.decorator declared as RegistryStorage Modifier and Type Field Description protected RegistryStorageRegistryStorageDecorator. delegateMethods in io.apicurio.registry.storage.decorator with parameters of type RegistryStorage Modifier and Type Method Description voidRegistryStorageDecorator. setDelegate(RegistryStorage delegate) -
Uses of RegistryStorage in io.apicurio.registry.storage.impl
Classes in io.apicurio.registry.storage.impl that implement RegistryStorage Modifier and Type Class Description classAbstractRegistryStorage -
Uses of RegistryStorage in io.apicurio.registry.storage.impl.sql
Classes in io.apicurio.registry.storage.impl.sql that implement RegistryStorage Modifier and Type Class Description classAbstractSqlRegistryStorageA SQL implementation of theRegistryStorageinterface.classInMemoryRegistryStorageAn in-memory SQL implementation of theRegistryStorageinterface.
-