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