Package org.apache.pinot.tools.perf
Class PerfBenchmarkRunner
- java.lang.Object
-
- org.apache.pinot.tools.AbstractBaseCommand
-
- org.apache.pinot.tools.perf.PerfBenchmarkRunner
-
public class PerfBenchmarkRunner extends AbstractBaseCommand implements Command
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.tools.AbstractBaseCommand
DEFAULT_CLUSTER_NAME, DEFAULT_ZK_ADDRESS
-
-
Constructor Summary
Constructors Constructor Description PerfBenchmarkRunner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()booleanexecute()booleangetHelp()StringgetName()static voidloadTable(PerfBenchmarkDriver driver, String dataDir, String tableName, List<String> invertedIndexColumns, List<String> bloomFilterColumns)static voidmain(String[] args)Main method for the class.voidstartAllButServer()-
Methods inherited from class org.apache.pinot.tools.AbstractBaseCommand
cleanup, printExamples, printUsage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pinot.tools.Command
call, printUsage
-
-
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classAbstractBaseCommand
-
description
public String description()
- Specified by:
descriptionin interfaceCommand
-
execute
public boolean execute() throws Exception
-
loadTable
public static void loadTable(PerfBenchmarkDriver driver, String dataDir, String tableName, List<String> invertedIndexColumns, List<String> bloomFilterColumns) throws Exception
- Throws:
Exception
-
-