Uses of Class
io.prestosql.tests.product.launcher.env.DockerContainer
-
-
Uses of DockerContainer in io.prestosql.tests.product.launcher.docker
Methods in io.prestosql.tests.product.launcher.docker with parameters of type DockerContainer Modifier and Type Method Description static voidContainerUtil. exposePort(DockerContainer container, int port) -
Uses of DockerContainer in io.prestosql.tests.product.launcher.env
Methods in io.prestosql.tests.product.launcher.env that return DockerContainer Modifier and Type Method Description DockerContainerEnvironment. getContainer(String name)DockerContainerDockerContainer. waitingForAll(org.testcontainers.containers.wait.strategy.WaitStrategy... strategies)DockerContainerDockerContainer. withEnvironmentListener(Optional<EnvironmentListener> listener)DockerContainerDockerContainer. withExposedLogPaths(String... logPaths)DockerContainerDockerContainer. withFileSystemBind(String hostPath, String containerPath)DockerContainerDockerContainer. withFileSystemBind(String hostPath, String containerPath, org.testcontainers.containers.BindMode mode)DockerContainerDockerContainer. withHealthCheck(Path healthCheckScript)Methods in io.prestosql.tests.product.launcher.env that return types with arguments of type DockerContainer Modifier and Type Method Description Collection<DockerContainer>Environment. getContainers()Methods in io.prestosql.tests.product.launcher.env with parameters of type DockerContainer Modifier and Type Method Description Environment.BuilderEnvironment.Builder. addContainer(DockerContainer container)Environment.BuilderEnvironment.Builder. addContainers(DockerContainer... containers)default voidEnvironmentListener. containerStarted(DockerContainer container, com.github.dockerjava.api.command.InspectContainerResponse containerInfo)default voidEnvironmentListener. containerStarting(DockerContainer container, com.github.dockerjava.api.command.InspectContainerResponse response)default voidEnvironmentListener. containerStopped(DockerContainer container, com.github.dockerjava.api.command.InspectContainerResponse response)default voidEnvironmentListener. containerStopping(DockerContainer container, com.github.dockerjava.api.command.InspectContainerResponse response)Method parameters in io.prestosql.tests.product.launcher.env with type arguments of type DockerContainer Modifier and Type Method Description Environment.BuilderEnvironment.Builder. configureContainer(String logicalName, Consumer<DockerContainer> configurer)Environment.BuilderEnvironment.Builder. configureContainers(Consumer<DockerContainer> configurer)Environment.BuilderEnvironment.Builder. removeContainers(Predicate<DockerContainer> predicate)Constructors in io.prestosql.tests.product.launcher.env with parameters of type DockerContainer Constructor Description StatisticsFetcher(DockerContainer container, net.jodah.failsafe.FailsafeExecutor executor) -
Uses of DockerContainer in io.prestosql.tests.product.launcher.env.common
Methods in io.prestosql.tests.product.launcher.env.common that return DockerContainer Modifier and Type Method Description static DockerContainerHadoop. createHadoopContainer(DockerFiles dockerFiles, String dockerImage, String logicalName)static DockerContainerStandard. createPrestoContainer(DockerFiles dockerFiles, File serverPackage, boolean debug, String dockerImageName, String logicalName) -
Uses of DockerContainer in io.prestosql.tests.product.launcher.testcontainers
Methods in io.prestosql.tests.product.launcher.testcontainers with parameters of type DockerContainer Modifier and Type Method Description voidPortBinder. exposePort(DockerContainer container, int port)
-