C D E G H I M P R U V 
All Classes All Packages

C

command() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The container start command to use, for container based DevServices providers.
configureDataSourcesHealthSupport(DataSourcesBuildTimeConfig) - Method in class io.quarkus.datasource.runtime.DataSourcesHealthSupportRecorder
 
containerEnv() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
Environment variables that are passed to the container.
containerProperties() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
Generic properties that are passed for additional container configuration.
convert(String) - Method in class io.quarkus.datasource.runtime.DatabaseKindConverter
 
credentialsProvider() - Method in interface io.quarkus.datasource.runtime.DataSourceRuntimeConfig
The credentials provider name
credentialsProviderName() - Method in interface io.quarkus.datasource.runtime.DataSourceRuntimeConfig
The credentials provider bean name.

D

DatabaseKindConverter - Class in io.quarkus.datasource.runtime
 
DatabaseKindConverter() - Constructor for class io.quarkus.datasource.runtime.DatabaseKindConverter
 
DatabaseSchemaProvider - Interface in io.quarkus.datasource.runtime
A service interface that can be used to reset the database for dev and test mode.
DataSourceBuildTimeConfig - Interface in io.quarkus.datasource.runtime
 
DatasourceJsonRpcService - Class in io.quarkus.datasource.runtime.devui
 
DatasourceJsonRpcService() - Constructor for class io.quarkus.datasource.runtime.devui.DatasourceJsonRpcService
 
DataSourceRuntimeConfig - Interface in io.quarkus.datasource.runtime
 
dataSources() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
Datasources.
dataSources() - Method in interface io.quarkus.datasource.runtime.DataSourcesRuntimeConfig
Datasources.
DataSourcesBuildTimeConfig - Interface in io.quarkus.datasource.runtime
 
DataSourcesHealthSupport - Class in io.quarkus.datasource.runtime
Helper class that holds the names of all configured data sources, along with the names of those that are excluded from health checks.
DataSourcesHealthSupport(Set<String>, Set<String>) - Constructor for class io.quarkus.datasource.runtime.DataSourcesHealthSupport
 
DataSourcesHealthSupportRecorder - Class in io.quarkus.datasource.runtime
 
DataSourcesHealthSupportRecorder() - Constructor for class io.quarkus.datasource.runtime.DataSourcesHealthSupportRecorder
 
DataSourcesRuntimeConfig - Interface in io.quarkus.datasource.runtime
 
dbKind() - Method in interface io.quarkus.datasource.runtime.DataSourceBuildTimeConfig
The kind of database we will connect to (e.g.
dbName() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The name of the database to use if this Dev Service supports overriding it.
dbVersion() - Method in interface io.quarkus.datasource.runtime.DataSourceBuildTimeConfig
The version of the database we will connect to (e.g.
devservices() - Method in interface io.quarkus.datasource.runtime.DataSourceBuildTimeConfig
Configuration for DevServices.
DevServicesBuildTimeConfig - Interface in io.quarkus.datasource.runtime
 
driver() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
Deprecated. 

E

enabled() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
If DevServices has been explicitly enabled or disabled.

G

getConfiguredNames() - Method in class io.quarkus.datasource.runtime.DataSourcesHealthSupport
 
getExcludedNames() - Method in class io.quarkus.datasource.runtime.DataSourcesHealthSupport
 

H

hasNamedDataSources() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
 
healthEnabled() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
Whether or not an health check is published in case the smallrye-health extension is present.
healthExclude() - Method in interface io.quarkus.datasource.runtime.DataSourceBuildTimeConfig
Whether this particular data source should be excluded from the health check if the general health check for data sources is enabled.

I

imageName() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The container image name to use, for container based DevServices providers.
initScriptPath() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
Path to a SQL script that will be loaded from the classpath and applied to the Dev Service database If the provider is not container based (e.g.
io.quarkus.datasource.runtime - package io.quarkus.datasource.runtime
 
io.quarkus.datasource.runtime.devui - package io.quarkus.datasource.runtime.devui
 

M

metricsEnabled() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
Whether or not datasource metrics are published in case a metrics extension is present.

P

password() - Method in interface io.quarkus.datasource.runtime.DataSourceRuntimeConfig
The datasource password
password() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The password to use if this Dev Service supports overriding it.
port() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
Optional fixed port the dev service will listen to.
properties() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
Generic properties that are added to the database connection URL.

R

reset(String) - Method in class io.quarkus.datasource.runtime.devui.DatasourceJsonRpcService
 
resetAllDatabases() - Method in interface io.quarkus.datasource.runtime.DatabaseSchemaProvider
 
resetDatabase(String) - Method in interface io.quarkus.datasource.runtime.DatabaseSchemaProvider
 

U

url() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
Deprecated. 
username() - Method in interface io.quarkus.datasource.runtime.DataSourceRuntimeConfig
The datasource username
username() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The username to use if this Dev Service supports overriding it.

V

volumes() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The volumes to be mapped to the container.
C D E G H I M P R U V 
All Classes All Packages