Uses of Class
io.ebean.docker.commands.BaseConfig
-
Packages that use BaseConfig Package Description io.ebean.docker.commands -
-
Uses of BaseConfig in io.ebean.docker.commands
Subclasses of BaseConfig in io.ebean.docker.commands Modifier and Type Class Description classClickHouseConfigclassCockroachConfigclassDbConfigConfiguration for an DBMS like Postgres, MySql, Oracle, SQLServerclassElasticConfigclassHanaConfigSAP HANA configuration.classMariaDBConfigMariaDB configuration.classMySqlConfigclassNuoDBConfigclassOracleConfigOracle configuration.classPostgresConfigclassRedisConfigclassSqlServerConfigSql Server configuration.Methods in io.ebean.docker.commands that return BaseConfig Modifier and Type Method Description BaseConfigBaseConfig. setAdminInternalPort(int adminInternalPort)Set the internal admin (to the container) port.BaseConfigBaseConfig. setAdminPort(int adminPort)Set the exposed admin port.BaseConfigBaseConfig. setCharacterSet(String characterSet)Set the character set to use.BaseConfigBaseConfig. setCollation(String collation)Set the collation to use.BaseConfigBaseConfig. setContainerName(String containerName)Set the container name.BaseConfigBaseConfig. setDocker(String docker)Set the docker command to use (defaults to 'docker').BaseConfigBaseConfig. setImage(String image)Set the docker image to use.BaseConfigBaseConfig. setInternalPort(int internalPort)Set the internal (to the container) port.BaseConfigBaseConfig. setMaxReadyAttempts(int maxReadyAttempts)Set the max attempts to wait for DB ready.BaseConfigBaseConfig. setPort(int port)Set the exposed port.BaseConfigBaseConfig. setProperties(Properties properties)Load configuration from properties.
-