Class KafkaOffsetLagResult

  • All Implemented Interfaces:
    net.minidev.json.JSONAware

    public class KafkaOffsetLagResult
    extends Object
    implements net.minidev.json.JSONAware
    Class representing the log head offsets, spout offsets and the lag for a topic.
    • Constructor Detail

      • KafkaOffsetLagResult

        public KafkaOffsetLagResult​(String topic,
                                    int parition,
                                    long consumerCommittedOffset,
                                    long logHeadOffset)
    • Method Detail

      • getTopic

        public String getTopic()
      • getPartition

        public int getPartition()
      • getConsumerCommittedOffset

        public long getConsumerCommittedOffset()
      • getLogHeadOffset

        public long getLogHeadOffset()
      • getLag

        public long getLag()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toJSONString

        public String toJSONString()
        Specified by:
        toJSONString in interface net.minidev.json.JSONAware