Uses of Class
io.apicurio.registry.storage.dto.LogConfigurationDto
-
Packages that use LogConfigurationDto Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql io.apicurio.registry.storage.impl.sql.mappers -
-
Uses of LogConfigurationDto in io.apicurio.registry.events
Methods in io.apicurio.registry.events that return LogConfigurationDto Modifier and Type Method Description LogConfigurationDto
EventSourcedRegistryStorage. getLogConfiguration(String logger)
Methods in io.apicurio.registry.events that return types with arguments of type LogConfigurationDto Modifier and Type Method Description List<LogConfigurationDto>
EventSourcedRegistryStorage. listLogConfigurations()
Methods in io.apicurio.registry.events with parameters of type LogConfigurationDto Modifier and Type Method Description void
EventSourcedRegistryStorage. setLogConfiguration(LogConfigurationDto logConfiguration)
-
Uses of LogConfigurationDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return LogConfigurationDto Modifier and Type Method Description LogConfigurationDto
RegistryStorage. 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 void
RegistryStorage. setLogConfiguration(LogConfigurationDto logConfiguration)
Persists the given log configuration -
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 LogConfigurationDto
AbstractSqlRegistryStorage. 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 void
AbstractSqlRegistryStorage. 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 LogConfigurationDto
LogConfigurationMapper. map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-