public class MySQL extends AbstractSQLDatabase
configureEnvironment, dbName, external, isObjectStore, jndiName, nonXaDatasource, openShiftName, password, symbolicName, username, withLivenessProbe, withReadinessProbe, withStartupProbedataDir, isStateful, persistentVolClaim, storagePartition| Constructor and Description |
|---|
MySQL() |
MySQL(boolean withLivenessProbe,
boolean withReadinessProbe) |
MySQL(boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe) |
MySQL(PersistentVolumeClaim pvc) |
MySQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe) |
MySQL(PersistentVolumeClaim pvc,
boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe) |
MySQL(String username,
String password,
String dbName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageName() |
protected String |
getJDBCConnectionStringPattern() |
int |
getPort() |
protected ProbeSettings |
getProbeSettings()
Get readiness and liveness probes settings.
|
String |
toString() |
configureContainer, executeSQL, executeSQLFile, getSQLExecutorasObjectStore, configureApplicationDeployment, configureDeployment, configureDeployment, configureEnvironment, configureService, external, getDbName, getDeploymentConfigName, getEnvVarPrefix, getImageVariables, getPassword, getSymbolicName, getUsername, isObjectStore, jndiName, nonXaDatasource, withProbesstatefulpublic MySQL()
public MySQL(boolean withLivenessProbe,
boolean withReadinessProbe)
public MySQL(boolean withLivenessProbe,
boolean withReadinessProbe,
boolean withStartupProbe)
public MySQL(PersistentVolumeClaim pvc)
public MySQL(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe)
public MySQL(PersistentVolumeClaim pvc, boolean withLivenessProbe, boolean withReadinessProbe, boolean withStartupProbe)
public String getImageName()
getImageName in class AbstractDatabasepublic int getPort()
getPort in class AbstractDatabaseprotected ProbeSettings getProbeSettings()
AbstractSQLDatabasegetProbeSettings in class AbstractSQLDatabasepublic String toString()
toString in class AbstractDatabaseprotected String getJDBCConnectionStringPattern()
getJDBCConnectionStringPattern in class AbstractSQLDatabaseCopyright © 2024. All rights reserved.