Uses of Class
org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.PinotIngestionJobType
-
Packages that use IngestionJobLauncher.PinotIngestionJobType Package Description org.apache.pinot.spi.ingestion.batch -
-
Uses of IngestionJobLauncher.PinotIngestionJobType in org.apache.pinot.spi.ingestion.batch
Methods in org.apache.pinot.spi.ingestion.batch that return IngestionJobLauncher.PinotIngestionJobType Modifier and Type Method Description static IngestionJobLauncher.PinotIngestionJobTypeIngestionJobLauncher.PinotIngestionJobType. fromString(String name)static IngestionJobLauncher.PinotIngestionJobTypeIngestionJobLauncher.PinotIngestionJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionJobLauncher.PinotIngestionJobType[]IngestionJobLauncher.PinotIngestionJobType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-