Class Standard
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.common.Standard
-
- All Implemented Interfaces:
EnvironmentExtender
public final class Standard extends Object implements EnvironmentExtender
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTAINER_CONF_ROOTstatic StringCONTAINER_HEALTH_Dstatic StringCONTAINER_PRESTO_ACCESS_CONTROL_PROPERTIESstatic StringCONTAINER_PRESTO_CONFIG_PROPERTIESstatic StringCONTAINER_PRESTO_ETCstatic StringCONTAINER_PRESTO_JVM_CONFIGstatic StringCONTAINER_TEMPTO_PROFILE_CONFIG
-
Constructor Summary
Constructors Constructor Description Standard(DockerFiles dockerFiles, PortBinder portBinder, EnvironmentConfig environmentConfig, File serverPackage, boolean debug)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DockerContainercreatePrestoContainer(DockerFiles dockerFiles, File serverPackage, boolean debug, String dockerImageName, String logicalName)voidextendEnvironment(Environment.Builder builder)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.prestosql.tests.product.launcher.env.common.EnvironmentExtender
getDependencies
-
-
-
-
Field Detail
-
CONTAINER_HEALTH_D
public static final String CONTAINER_HEALTH_D
- See Also:
- Constant Field Values
-
CONTAINER_CONF_ROOT
public static final String CONTAINER_CONF_ROOT
- See Also:
- Constant Field Values
-
CONTAINER_PRESTO_ETC
public static final String CONTAINER_PRESTO_ETC
- See Also:
- Constant Field Values
-
CONTAINER_PRESTO_JVM_CONFIG
public static final String CONTAINER_PRESTO_JVM_CONFIG
- See Also:
- Constant Field Values
-
CONTAINER_PRESTO_ACCESS_CONTROL_PROPERTIES
public static final String CONTAINER_PRESTO_ACCESS_CONTROL_PROPERTIES
- See Also:
- Constant Field Values
-
CONTAINER_PRESTO_CONFIG_PROPERTIES
public static final String CONTAINER_PRESTO_CONFIG_PROPERTIES
- See Also:
- Constant Field Values
-
CONTAINER_TEMPTO_PROFILE_CONFIG
public static final String CONTAINER_TEMPTO_PROFILE_CONFIG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Standard
@Inject public Standard(DockerFiles dockerFiles, PortBinder portBinder, EnvironmentConfig environmentConfig, File serverPackage, boolean debug)
-
-
Method Detail
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
- Specified by:
extendEnvironmentin interfaceEnvironmentExtender
-
createPrestoContainer
public static DockerContainer createPrestoContainer(DockerFiles dockerFiles, File serverPackage, boolean debug, String dockerImageName, String logicalName)
-
-