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
Constructor and Description |
---|
NewKafkaSpoutOffsetQuery(String topics,
String bootstrapBrokers,
String consumerGroupId,
String securityProtocol) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBootStrapBrokers() |
String |
getConsumerGroupId() |
String |
getSecurityProtocol() |
String |
getTopics() |
int |
hashCode() |
String |
toString() |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.