Uses of Class
org.apache.pinot.spi.config.table.ingestion.BatchIngestionConfig
-
Packages that use BatchIngestionConfig Package Description org.apache.pinot.spi.config.table.ingestion -
-
Uses of BatchIngestionConfig in org.apache.pinot.spi.config.table.ingestion
Methods in org.apache.pinot.spi.config.table.ingestion that return BatchIngestionConfig Modifier and Type Method Description BatchIngestionConfigIngestionConfig. getBatchIngestionConfig()Methods in org.apache.pinot.spi.config.table.ingestion with parameters of type BatchIngestionConfig Modifier and Type Method Description voidIngestionConfig. setBatchIngestionConfig(BatchIngestionConfig batchIngestionConfig)Constructors in org.apache.pinot.spi.config.table.ingestion with parameters of type BatchIngestionConfig Constructor Description IngestionConfig(BatchIngestionConfig batchIngestionConfig, StreamIngestionConfig streamIngestionConfig, FilterConfig filterConfig, List<TransformConfig> transformConfigs, ComplexTypeConfig complexTypeConfig, List<AggregationConfig> aggregationConfigs)Deprecated.
-