Uses of Class
org.apache.pinot.tools.perf.PerfBenchmarkDriver
-
Packages that use PerfBenchmarkDriver Package Description org.apache.pinot.tools.perf -
-
Uses of PerfBenchmarkDriver in org.apache.pinot.tools.perf
Methods in org.apache.pinot.tools.perf that return PerfBenchmarkDriver Modifier and Type Method Description static PerfBenchmarkDriverPerfBenchmarkDriver. startComponents(boolean isStartZookeeper, boolean isStartController, boolean isStartBroker, boolean isStartServer, String serverDataDir)Start cluster components with default configuration.Methods in org.apache.pinot.tools.perf with parameters of type PerfBenchmarkDriver Modifier and Type Method Description static voidPerfBenchmarkRunner. loadTable(PerfBenchmarkDriver driver, String dataDir, String tableName, List<String> invertedIndexColumns, List<String> bloomFilterColumns)
-