Class LaunchDataIngestionJobCommand
- java.lang.Object
-
- org.apache.pinot.tools.AbstractBaseCommand
-
- org.apache.pinot.tools.admin.command.AbstractBaseAdminCommand
-
- org.apache.pinot.tools.admin.command.LaunchDataIngestionJobCommand
-
public class LaunchDataIngestionJobCommand extends AbstractBaseAdminCommand implements Command
Class to implement LaunchDataIngestionJob command.
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.tools.AbstractBaseCommand
DEFAULT_CLUSTER_NAME, DEFAULT_ZK_ADDRESS
-
-
Constructor Summary
Constructors Constructor Description LaunchDataIngestionJobCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()booleanexecute()booleangetHelp()StringgetJobSpecFile()StringgetName()StringgetPropertyFile()List<String>getValues()voidsetHelp(boolean help)voidsetJobSpecFile(String jobSpecFile)voidsetPropertyFile(String propertyFile)voidsetValues(List<String> values)StringtoString()-
Methods inherited from class org.apache.pinot.tools.admin.command.AbstractBaseAdminCommand
getPID, savePID, sendDeleteRequest, sendPostRequest, sendRequest, sendRequest
-
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, wait, wait, wait
-
Methods inherited from interface org.apache.pinot.tools.Command
call, printUsage
-
-
-
-
Method Detail
-
getJobSpecFile
public String getJobSpecFile()
-
setJobSpecFile
public void setJobSpecFile(String jobSpecFile)
-
getPropertyFile
public String getPropertyFile()
-
setPropertyFile
public void setPropertyFile(String propertyFile)
-
setHelp
public void setHelp(boolean help)
-
execute
public boolean execute() throws Exception
-
getName
public String getName()
- Overrides:
getNamein classAbstractBaseCommand
-
description
public String description()
- Specified by:
descriptionin interfaceCommand
-
-