Uses of Interface
org.apache.pinot.spi.stream.PartitionGroupConsumer
-
Packages that use PartitionGroupConsumer Package Description org.apache.pinot.spi.stream -
-
Uses of PartitionGroupConsumer in org.apache.pinot.spi.stream
Subinterfaces of PartitionGroupConsumer in org.apache.pinot.spi.stream Modifier and Type Interface Description interfacePartitionLevelConsumerInterface for a consumer which fetches messages at the partition level of a stream, for given offsetsMethods in org.apache.pinot.spi.stream that return PartitionGroupConsumer Modifier and Type Method Description PartitionGroupConsumerStreamConsumerFactory. createPartitionGroupConsumer(String clientId, PartitionGroupConsumptionStatus partitionGroupConsumptionStatus)Creates a partition group consumer, which can fetch messages from a partition group
-