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 classAbstractDatabaseclassAbstractSQLDatabaseclassDefaultAuxiliaryclassDefaultStatefulAuxiliaryclassDerbyclassMongoDBclassMsSQLNote 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.classMySQLclassOracleXENote that to be able to use the oracleXE on Openshift you need to run as user with 54321 user id.classPostgreSQLMethods in cz.xtf.builder.db that return OpenShiftAuxiliary Modifier and Type Method Description OpenShiftAuxiliaryDefaultStatefulAuxiliary. stateful(int partition)
-