Uses of Class
org.apache.pinot.common.restlet.resources.SegmentConsumerInfo.PartitionOffsetInfo
-
Packages that use SegmentConsumerInfo.PartitionOffsetInfo Package Description org.apache.pinot.common.restlet.resources -
-
Uses of SegmentConsumerInfo.PartitionOffsetInfo in org.apache.pinot.common.restlet.resources
Methods in org.apache.pinot.common.restlet.resources that return SegmentConsumerInfo.PartitionOffsetInfo Modifier and Type Method Description SegmentConsumerInfo.PartitionOffsetInfoSegmentConsumerInfo. getPartitionOffsetInfo()Constructors in org.apache.pinot.common.restlet.resources with parameters of type SegmentConsumerInfo.PartitionOffsetInfo Constructor Description SegmentConsumerInfo(String segmentName, String consumerState, long lastConsumedTimestamp, Map<String,String> partitionToOffsetMap, SegmentConsumerInfo.PartitionOffsetInfo partitionOffsetInfo)
-