Index

A C D E G H I M P R U V 
All Classes and Interfaces|All Packages|Serialized Form

A

active() - Method in interface io.quarkus.datasource.runtime.DataSourceRuntimeConfig
Whether this datasource should be active at runtime.

C

command() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The container start command to use for container-based Dev Service providers.
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
 
createDataSourceSupport(DataSourcesBuildTimeConfig, DataSourcesRuntimeConfig) - Method in class io.quarkus.datasource.runtime.DataSourceRecorder
 
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
 
DataSourceRecorder - Class in io.quarkus.datasource.runtime
 
DataSourceRecorder() - Constructor for class io.quarkus.datasource.runtime.DataSourceRecorder
 
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
 
DataSourcesRuntimeConfig - Interface in io.quarkus.datasource.runtime
 
DataSourceSupport - 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 inactive or excluded from health checks.
DataSourceSupport(Set<String>, Set<String>, Set<String>) - Constructor for class io.quarkus.datasource.runtime.DataSourceSupport
 
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 database name 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 Dev Services.
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
Whether this Dev Service should start with the application in dev mode or tests.

G

getConfiguredNames() - Method in class io.quarkus.datasource.runtime.DataSourceSupport
 
getInactiveNames() - Method in class io.quarkus.datasource.runtime.DataSourceSupport
 
getInactiveOrHealthCheckExcludedNames() - Method in class io.quarkus.datasource.runtime.DataSourceSupport
 

H

hasNamedDataSources() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
 
healthEnabled() - Method in interface io.quarkus.datasource.runtime.DataSourcesBuildTimeConfig
Whether or not a 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 for container-based Dev Service providers.
initScriptPath() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
The path to a SQL script to be loaded from the classpath and applied to the Dev Service database.
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
 
reuse() - Method in interface io.quarkus.datasource.runtime.DevServicesBuildTimeConfig
Whether to keep Dev Service containers running *after a dev mode session or test suite execution* to reuse them in the next dev mode session or test suite execution.

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.
A C D E G H I M P R U V 
All Classes and Interfaces|All Packages|Serialized Form