Class KafkaOffsetLagResult

java.lang.Object
org.apache.storm.kafka.monitor.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 Details

    • KafkaOffsetLagResult

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

    • getTopic

      public String getTopic()
    • getPartition

      public int getPartition()
    • getConsumerCommittedOffset

      public long getConsumerCommittedOffset()
    • getLogHeadOffset

      public long getLogHeadOffset()
    • getLag

      public long getLag()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

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