Uses of Class
org.apache.pinot.spi.stream.StreamDataProducer.RowWithKey
-
Packages that use StreamDataProducer.RowWithKey Package Description org.apache.pinot.spi.stream -
-
Uses of StreamDataProducer.RowWithKey in org.apache.pinot.spi.stream
Method parameters in org.apache.pinot.spi.stream with type arguments of type StreamDataProducer.RowWithKey Modifier and Type Method Description default voidStreamDataProducer. produceKeyedBatch(String topic, List<StreamDataProducer.RowWithKey> payloadWithKey)default voidStreamDataProducer. produceKeyedBatch(String topic, List<StreamDataProducer.RowWithKey> payloadWithKey, boolean includeHeaders)Allows the producer to optimize for a batched write.
-