Uses of Interface
org.apache.pinot.spi.stream.RowMetadata
-
Packages that use RowMetadata Package Description org.apache.pinot.spi.stream -
-
Uses of RowMetadata in org.apache.pinot.spi.stream
Classes in org.apache.pinot.spi.stream that implement RowMetadata Modifier and Type Class Description classStreamMessageMetadataA class that provides metadata associated with the message of a stream, for e.g., timestamp derived from the incoming record (not the ingestion time).Methods in org.apache.pinot.spi.stream that return RowMetadata Modifier and Type Method Description RowMetadataConsumerPartitionState. getLastProcessedRowMetadata()default RowMetadataMessageBatch. getMetadataAtIndex(int index)Returns the metadata associated with the message at a particular index.Constructors in org.apache.pinot.spi.stream with parameters of type RowMetadata Constructor Description ConsumerPartitionState(String partitionId, StreamPartitionMsgOffset currentOffset, long lastProcessedTimeMs, StreamPartitionMsgOffset upstreamLatestOffset, RowMetadata lastProcessedRowMetadata)
-