Package io.trino.benchto.driver.macro
Class MacroServiceImpl
java.lang.Object
io.trino.benchto.driver.macro.MacroServiceImpl
- All Implemented Interfaces:
MacroService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunBenchmarkMacro(String macroName, Optional<Benchmark> benchmark, Optional<Connection> connection) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.benchto.driver.macro.MacroService
runBenchmarkMacros, runBenchmarkMacros, runBenchmarkMacros, runBenchmarkMacros
-
Constructor Details
-
MacroServiceImpl
public MacroServiceImpl()
-
-
Method Details
-
runBenchmarkMacro
public void runBenchmarkMacro(String macroName, Optional<Benchmark> benchmark, Optional<Connection> connection) - Specified by:
runBenchmarkMacroin interfaceMacroService
-