public class DB2Controller extends SqlDatabaseController
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
private static String |
READINESS_SQL_SELECT |
dbType, deployment, name, ocp, ocpUtils, project, services| Constructor and Description |
|---|
DB2Controller(io.fabric8.kubernetes.api.model.apps.Deployment deployment,
List<io.fabric8.kubernetes.api.model.Service> services,
String dbType,
io.fabric8.openshift.client.OpenShiftClient ocp) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
constructDatabaseUrl(String hostname,
int port) |
private String |
getLog(String podName) |
void |
initialize() |
getDatabaseClientgetDatabaseUrl, reloadprivate static final org.slf4j.Logger LOGGER
private static final String READINESS_SQL_SELECT
public void initialize()
initialize in class SqlDatabaseControllerprotected String constructDatabaseUrl(String hostname, int port)
constructDatabaseUrl in class SqlDatabaseControllerCopyright © 2021 JBoss by Red Hat. All rights reserved.