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