Uses of Class
io.quarkus.runtime.configuration.MemorySize
Packages that use MemorySize
-
Uses of MemorySize in io.quarkus.runtime.configuration
Methods in io.quarkus.runtime.configuration that return MemorySizeModifier and TypeMethodDescriptionConvert data size configuration value respecting the following format (shown in regular expression) "[0-9]+[BbKkMmGgTtPpEeZzYy]?" If the value contain no suffix, the size is treated as bytes. -
Uses of MemorySize in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging that return MemorySizeModifier and TypeMethodDescription@WithConverter(MemorySizeConverter.class) MemorySizeLogRuntimeConfig.FileConfig.RotationConfig.maxFileSize()The maximum log file size, after which a rotation is executed.Methods in io.quarkus.runtime.logging that return types with arguments of type MemorySizeModifier and TypeMethodDescriptionOptional<@WithConverter(MemorySizeConverter.class) MemorySize>LogRuntimeConfig.SyslogConfig.maxLength()The maximum length, in bytes, of the message allowed to be sent.