Uses of Interface
cz.xtf.builder.db.OpenShiftAuxiliary
-
Packages that use OpenShiftAuxiliary Package Description cz.xtf.builder.builders cz.xtf.builder.db -
-
Uses of OpenShiftAuxiliary in cz.xtf.builder.builders
Methods in cz.xtf.builder.builders with parameters of type OpenShiftAuxiliary Modifier and Type Method Description ApplicationBuilderApplicationBuilder. addDatabase(OpenShiftAuxiliary database) -
Uses of OpenShiftAuxiliary in cz.xtf.builder.db
Classes in cz.xtf.builder.db that implement OpenShiftAuxiliary Modifier and Type Class Description classAbstractDatabaseclassAbstractOracleNote that to be able to use the Oracle Database Express or Oracle Database Free on Openshift you need to run as user with 54321 user id.classAbstractSQLDatabaseclassDB2classDefaultAuxiliaryclassDefaultStatefulAuxiliaryclassDerbyclassMongoDBclassMsSQLNote that MsSQL Server database needs to run with custom user id on Openshift (0 should do the trick) This means that this class is only usable on clusters with admin privileges to be able to add securityContextConstraint Also, the MsSQL image doesn't provide any option to add custom database and user on setup.classMySQLclassOfficialPostgreSQLclassOracleFREENote that to be able to use the Oracle Database Free on Openshift you need to run as user with 54321 user id.classOracleXENote that to be able to use the Oracle Database Express on Openshift you need to run as user with 54321 user id.classPostgreSQLDeprecated.superseded byRedHatPostgreSQLclassRedHatPostgreSQLMethods in cz.xtf.builder.db that return OpenShiftAuxiliary Modifier and Type Method Description OpenShiftAuxiliaryDefaultStatefulAuxiliary. stateful(int partition)
-