Uses of Interface
io.prestosql.tests.product.launcher.env.EnvironmentListener
-
Packages that use EnvironmentListener Package Description io.prestosql.tests.product.launcher.env -
-
Uses of EnvironmentListener in io.prestosql.tests.product.launcher.env
Methods in io.prestosql.tests.product.launcher.env that return EnvironmentListener Modifier and Type Method Description static EnvironmentListenerEnvironmentListener. compose(EnvironmentListener... listeners)static EnvironmentListenerEnvironmentListener. getStandardListeners(Optional<Path> logsDirBase)static EnvironmentListenerEnvironmentListener. logCopyingListener(Path logBaseDir)static EnvironmentListenerEnvironmentListener. loggingListener()static EnvironmentListenerEnvironmentListener. statsPrintingListener()Methods in io.prestosql.tests.product.launcher.env with parameters of type EnvironmentListener Modifier and Type Method Description EnvironmentEnvironment.Builder. build(EnvironmentListener listener)static EnvironmentListenerEnvironmentListener. compose(EnvironmentListener... listeners)static voidEnvironmentListener. tryInvokeListener(net.jodah.failsafe.FailsafeExecutor executor, Consumer<EnvironmentListener> call, EnvironmentListener... listeners)Method parameters in io.prestosql.tests.product.launcher.env with type arguments of type EnvironmentListener Modifier and Type Method Description static voidEnvironmentListener. tryInvokeListener(net.jodah.failsafe.FailsafeExecutor executor, Consumer<EnvironmentListener> call, EnvironmentListener... listeners)DockerContainerDockerContainer. withEnvironmentListener(Optional<EnvironmentListener> listener)
-