Uses of Interface
org.apache.pinot.spi.stream.MessageBatch
-
Packages that use MessageBatch Package Description org.apache.pinot.spi.stream -
-
Uses of MessageBatch in org.apache.pinot.spi.stream
Methods in org.apache.pinot.spi.stream that return MessageBatch Modifier and Type Method Description MessageBatchPartitionGroupConsumer. fetchMessages(StreamPartitionMsgOffset startOffset, StreamPartitionMsgOffset endOffset, int timeoutMs)Return messages from the stream partition group within the specified timeout The message may be fetched by actively polling the source or by retrieving from a pre-fetched buffer.MessageBatchPartitionLevelConsumer. fetchMessages(long startOffset, long endOffset, int timeoutMillis)Deprecated.default MessageBatchPartitionLevelConsumer. fetchMessages(StreamPartitionMsgOffset startOffset, StreamPartitionMsgOffset endOffset, int timeoutMillis)Fetch messages and the per-partition high watermark from Kafka between the specified offsets.
-