Class StreamIngestionConfig
- java.lang.Object
-
- org.apache.pinot.spi.config.BaseJsonConfig
-
- org.apache.pinot.spi.config.table.ingestion.StreamIngestionConfig
-
- All Implemented Interfaces:
Serializable
public class StreamIngestionConfig extends BaseJsonConfig
Contains all the configs related to the streams for ingestion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamIngestionConfig(List<Map<String,String>> streamConfigMaps)
-
Method Summary
Modifier and Type Method Description List<Map<String,String>>getStreamConfigMaps()-
Methods inherited from class org.apache.pinot.spi.config.BaseJsonConfig
equals, hashCode, toJsonNode, toJsonString, toString
-
-