Class SegmentConsumerInfo


  • public class SegmentConsumerInfo
    extends Object
    Information regarding the consumer of a segment
    • Constructor Detail

      • SegmentConsumerInfo

        public SegmentConsumerInfo​(String segmentName,
                                   String consumerState,
                                   long lastConsumedTimestamp,
                                   Map<String,​String> partitionToOffsetMap)
    • Method Detail

      • getSegmentName

        public String getSegmentName()
      • getConsumerState

        public String getConsumerState()
      • getLastConsumedTimestamp

        public long getLastConsumedTimestamp()
      • getPartitionToOffsetMap

        public Map<String,​String> getPartitionToOffsetMap()