Uses of Class
io.apicurio.registry.storage.dto.LogConfigurationDto
-
Packages that use LogConfigurationDto Package Description io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql io.apicurio.registry.storage.impl.sql.mappers -
-
Uses of LogConfigurationDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return LogConfigurationDto Modifier and Type Method Description LogConfigurationDtoRegistryStorage. getLogConfiguration(String logger)Returns the log configuration persisted in the storage for the given loggerMethods in io.apicurio.registry.storage that return types with arguments of type LogConfigurationDto Modifier and Type Method Description List<LogConfigurationDto>RegistryStorage. listLogConfigurations()Returns the list of log configuration persisted in the storageMethods in io.apicurio.registry.storage with parameters of type LogConfigurationDto Modifier and Type Method Description voidRegistryStorage. setLogConfiguration(LogConfigurationDto logConfiguration)Persists the given log configuration -
Uses of LogConfigurationDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return LogConfigurationDto Modifier and Type Method Description LogConfigurationDtoRegistryStorageDecorator. getLogConfiguration(String logger)Methods in io.apicurio.registry.storage.decorator that return types with arguments of type LogConfigurationDto Modifier and Type Method Description List<LogConfigurationDto>RegistryStorageDecorator. listLogConfigurations()Methods in io.apicurio.registry.storage.decorator with parameters of type LogConfigurationDto Modifier and Type Method Description voidRegistryStorageDecorator. setLogConfiguration(LogConfigurationDto logConfiguration) -
Uses of LogConfigurationDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return LogConfigurationDto Modifier and Type Method Description LogConfigurationDtoAbstractSqlRegistryStorage. getLogConfiguration(String logger)Methods in io.apicurio.registry.storage.impl.sql that return types with arguments of type LogConfigurationDto Modifier and Type Method Description List<LogConfigurationDto>AbstractSqlRegistryStorage. listLogConfigurations()Methods in io.apicurio.registry.storage.impl.sql with parameters of type LogConfigurationDto Modifier and Type Method Description voidAbstractSqlRegistryStorage. setLogConfiguration(LogConfigurationDto logConfiguration) -
Uses of LogConfigurationDto in io.apicurio.registry.storage.impl.sql.mappers
Methods in io.apicurio.registry.storage.impl.sql.mappers that return LogConfigurationDto Modifier and Type Method Description LogConfigurationDtoLogConfigurationMapper. map(ResultSet rs)
-