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