Uses of Class
org.apache.pinot.tools.admin.command.CreateSegmentCommand
-
Packages that use CreateSegmentCommand Package Description org.apache.pinot.tools.admin.command -
-
Uses of CreateSegmentCommand in org.apache.pinot.tools.admin.command
Methods in org.apache.pinot.tools.admin.command that return CreateSegmentCommand Modifier and Type Method Description CreateSegmentCommandCreateSegmentCommand. setDataDir(String dataDir)CreateSegmentCommandCreateSegmentCommand. setFailOnEmptySegment(boolean failOnEmptySegment)CreateSegmentCommandCreateSegmentCommand. setFormat(org.apache.pinot.spi.data.readers.FileFormat format)CreateSegmentCommandCreateSegmentCommand. setNumThreads(int numThreads)CreateSegmentCommandCreateSegmentCommand. setOutDir(String outDir)CreateSegmentCommandCreateSegmentCommand. setOverwrite(boolean overwrite)CreateSegmentCommandCreateSegmentCommand. setPostCreationVerification(boolean postCreationVerification)CreateSegmentCommandCreateSegmentCommand. setReaderConfigFile(String readerConfigFile)CreateSegmentCommandCreateSegmentCommand. setRetry(int retry)CreateSegmentCommandCreateSegmentCommand. setSchemaFile(String schemaFile)CreateSegmentCommandCreateSegmentCommand. setTableConfigFile(String tableConfigFile)
-