Package org.apache.pinot.spi.stream
Class StreamDataProducer.RowWithKey
- java.lang.Object
-
- org.apache.pinot.spi.stream.StreamDataProducer.RowWithKey
-
- Enclosing interface:
- StreamDataProducer
public static class StreamDataProducer.RowWithKey extends Object
Helper class so the key and payload can be easily tied together instead of using a pair The class is intended for StreamDataProducer only
-
-
Constructor Summary
Constructors Constructor Description RowWithKey(byte[] key, byte[] payload)
-