Package io.ebean.docker.commands
Class RedisConfig
- java.lang.Object
-
- io.ebean.docker.commands.BaseConfig
-
- io.ebean.docker.commands.RedisConfig
-
- All Implemented Interfaces:
ContainerConfig
public class RedisConfig extends BaseConfig
-
-
Constructor Summary
Constructors Constructor Description RedisConfig(String version, Properties properties)
-
Method Summary
-
Methods inherited from class io.ebean.docker.commands.BaseConfig
clearStopMode, containerName, createAdminConnection, createConnection, createConnectionNoSchema, getAdminInternalPort, getAdminPort, getCharacterSet, getCollation, getDocker, getImage, getInternalPort, getMaxReadyAttempts, getPort, getStartMode, getStopMode, isDefaultCollation, isExplicitCollation, isStopModeNone, jdbcAdminUrl, jdbcUrl, platform, setAdminInternalPort, setAdminPort, setCharacterSet, setCollation, setContainerName, setDocker, setImage, setInternalPort, setMaxReadyAttempts, setPort, setProperties, setShutdownMode, setStartMode, setStopMode, shutdownMode, startDescription, stopDescription, version
-
-
-
-
Constructor Detail
-
RedisConfig
public RedisConfig(String version, Properties properties)
-
-