Uses of Class
org.apache.pinot.spi.stream.StreamConfig
-
Packages that use StreamConfig Package Description org.apache.pinot.spi.stream -
-
Uses of StreamConfig in org.apache.pinot.spi.stream
Subclasses of StreamConfig in org.apache.pinot.spi.stream Modifier and Type Class Description classPartitionLevelStreamConfigAStreamConfigfor LLC partition level stream, which overrides some properties for low-level consumer.Fields in org.apache.pinot.spi.stream declared as StreamConfig Modifier and Type Field Description protected StreamConfigStreamConsumerFactory. _streamConfigMethods in org.apache.pinot.spi.stream with parameters of type StreamConfig Modifier and Type Method Description default List<PartitionGroupMetadata>StreamMetadataProvider. computePartitionGroupMetadata(String clientId, StreamConfig streamConfig, List<PartitionGroupConsumptionStatus> partitionGroupConsumptionStatuses, int timeoutMillis)Computes the list ofPartitionGroupMetadatafor the latest state of the stream, using the currentPartitionGroupConsumptionStatusDefault behavior is the one for the Kafka stream, where each partition group contains only one partitionstatic StreamConsumerFactoryStreamConsumerFactoryProvider. create(StreamConfig streamConfig)Constructs theStreamConsumerFactoryusing the {@link StreamConfig::getConsumerFactoryClassName()} property and initializes itstatic StreamMessageDecoderStreamDecoderProvider. create(StreamConfig streamConfig, Set<String> fieldsToRead)Creates aStreamMessageDecoderusing properties inStreamConfig.voidLongMsgOffsetFactory. init(StreamConfig streamConfig)voidStreamPartitionMsgOffsetFactory. init(StreamConfig streamConfig)Initialization, called once when the factory is created.Constructors in org.apache.pinot.spi.stream with parameters of type StreamConfig Constructor Description PartitionGroupMetadataFetcher(StreamConfig streamConfig, List<PartitionGroupConsumptionStatus> partitionGroupConsumptionStatusList)
-