Uses of Class
org.apache.pinot.tools.admin.command.ImportDataCommand
-
Packages that use ImportDataCommand Package Description org.apache.pinot.tools.admin.command -
-
Uses of ImportDataCommand in org.apache.pinot.tools.admin.command
Methods in org.apache.pinot.tools.admin.command that return ImportDataCommand Modifier and Type Method Description ImportDataCommandImportDataCommand. setAdditionalConfigs(List<String> additionalConfigs)ImportDataCommandImportDataCommand. setAuthToken(String authToken)ImportDataCommandImportDataCommand. setControllerURI(String controllerURI)ImportDataCommandImportDataCommand. setDataFilePath(String dataFilePath)ImportDataCommandImportDataCommand. setFormat(org.apache.pinot.spi.data.readers.FileFormat format)ImportDataCommandImportDataCommand. setPassword(String password)ImportDataCommandImportDataCommand. setTable(String table)ImportDataCommandImportDataCommand. setTempDir(String tempDir)ImportDataCommandImportDataCommand. setUser(String user)
-