Package org.apache.storm.kafka.monitor
Class NewKafkaSpoutOffsetQuery
- java.lang.Object
-
- org.apache.storm.kafka.monitor.NewKafkaSpoutOffsetQuery
-
public class NewKafkaSpoutOffsetQuery extends Object
Class representing information for querying kafka for log head offsets, consumer offsets and the difference for new kafka spout using new consumer api.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBootStrapBrokers()
String
getConsumerGroupId()
String
getConsumerPropertiesFileName()
String
getSaslMechanism()
String
getSecurityProtocol()
String
getTopics()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getTopics
public String getTopics()
-
getBootStrapBrokers
public String getBootStrapBrokers()
-
getConsumerGroupId
public String getConsumerGroupId()
-
getSecurityProtocol
public String getSecurityProtocol()
-
getSaslMechanism
public String getSaslMechanism()
-
getConsumerPropertiesFileName
public String getConsumerPropertiesFileName()
-
-