| Package | Description |
|---|---|
| io.quarkus.runtime | |
| io.quarkus.runtime.configuration.ssl | |
| io.quarkus.runtime.logging |
| Modifier and Type | Field and Description |
|---|---|
int |
ThreadPoolConfig.coreThreads
The core thread pool size.
|
float |
ThreadPoolConfig.growthResistance
The executor growth resistance.
|
Duration |
ThreadPoolConfig.keepAliveTime
The amount of time a thread will stay alive with no work.
|
OptionalInt |
ThreadPoolConfig.maxThreads
The maximum number of threads.
|
OptionalInt |
ThreadPoolConfig.queueSize
The queue size.
|
Optional<Duration> |
ThreadPoolConfig.shutdownCheckInterval
The frequency at which the status of the thread pool should be checked during shutdown.
|
Duration |
ThreadPoolConfig.shutdownInterrupt
The amount of time to wait for thread pool shutdown before tasks should be interrupted.
|
Duration |
ThreadPoolConfig.shutdownTimeout
The shutdown timeout.
|
| Modifier and Type | Field and Description |
|---|---|
Optional<org.wildfly.security.ssl.CipherSuiteSelector> |
ServerSslConfig.cipherSuites
The cipher suites to use.
|
Optional<Path> |
CertificateConfig.file
The file path to a server certificate or certificate chain in PEM format.
|
Optional<Path> |
CertificateConfig.keyFile
The file path to the corresponding certificate private key file in PEM format.
|
Optional<Path> |
CertificateConfig.keyStoreFile
An optional key store which holds the certificate information instead of specifying separate files.
|
Optional<String> |
CertificateConfig.keyStoreFileType
An optional parameter to specify type of the key store file.
|
String |
CertificateConfig.keyStorePassword
A parameter to specify the password of the key store file.
|
List<org.wildfly.security.ssl.Protocol> |
ServerSslConfig.protocols
The list of protocols to explicitly enable.
|
Optional<String> |
ServerSslConfig.providerName
The SSL provider name to use.
|
OptionalInt |
ServerSslConfig.sessionCacheSize
The SSL session cache size.
|
Optional<Duration> |
ServerSslConfig.sessionTimeout
The SSL session cache timeout.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,CategoryConfig> |
LogConfig.categories
The log category config
|
(package private) boolean |
ConsoleConfig.color
If the console logging should be in color
|
(package private) int |
ConsoleConfig.darken
Specify how much the colors should be darkened
|
(package private) boolean |
AsyncConfig.enable
Indicates whether to log asynchronously
|
(package private) boolean |
ConsoleConfig.enable
If console logging should be enabled
|
(package private) boolean |
FileConfig.enable
If file logging should be enabled
|
(package private) Optional<String> |
FileConfig.RotationConfig.fileSuffix
File handler rotation file suffix.
|
Map<String,CleanupFilterConfig> |
LogConfig.filters
The log cleanup filter config
|
(package private) String |
ConsoleConfig.format
The log format
|
(package private) String |
FileConfig.format
The log format
|
(package private) List<String> |
CleanupFilterConfig.ifStartsWith
The message starts to match
|
(package private) String |
CategoryConfig.level
The log level level for this category
|
Optional<Level> |
LogConfig.level
The default log level
|
(package private) Level |
ConsoleConfig.level
The console log level
|
(package private) Level |
FileConfig.level
The level of logs to be written into the file.
|
(package private) int |
FileConfig.RotationConfig.maxBackupIndex
The maximum number of backups to keep.
|
(package private) Optional<MemorySize> |
FileConfig.RotationConfig.maxFileSize
The maximum file size of the log file after which a rotation is executed.
|
(package private) String |
CategoryConfig.minLevel
The minimum level that this category can be set to
|
Level |
LogConfig.minLevel
The default minimum log level
|
(package private) org.jboss.logmanager.handlers.AsyncHandler.OverflowAction |
AsyncConfig.overflow
Determine whether to block the publisher (rather than drop the message) when the queue is full
|
(package private) File |
FileConfig.path
The name of the file in which logs will be written.
|
(package private) int |
AsyncConfig.queueLength
The queue length to use before flushing writing
|
(package private) boolean |
FileConfig.RotationConfig.rotateOnBoot
Indicates whether to rotate log files on server initialization.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.