- cache - Field in AbstractTreeWatcher
-
- childEvent(CuratorFramework, TreeCacheEvent) - Method in AbstractConsumerTreeWatcher
-
Primary TreeCache event processing callback
- childEvent(CuratorFramework, TreeCacheEvent) - Method in AbstractTreeWatcher
-
- childEvent(CuratorFramework, TreeCacheEvent) - Method in BrokerTreeWatcher
-
Process events like NODE_ADDED and NODE_REMOVED to keep an up to date
list of brokers
- client - Field in AbstractTreeWatcher
-
- close() - Method in AbstractTreeWatcher
-
Close our internal cache and return ourselves for API cleanliness
- consumer - Field in ConsumerGauge
-
- ConsumerGauge - Class in com.github.reiseburo.verspaetung.metrics
Dropwizard Metrics Gauge for reporting the value of a given KafkaConsumer
- ConsumerGauge(KafkaConsumer, AbstractMap<KafkaConsumer, Integer>, AbstractMap<TopicPartition, Long>) - Constructor in ConsumerGauge
-
- consumerNameFromPath(String) - Method in KafkaSpoutTreeWatcher
-
Extract the given name for a KafkaSpout consumer based on the path in
Zookeeper
- ConsumerOffset - Class in com.github.reiseburo.verspaetung.zk
POJO representing data from Zookeeper for a consumer, topic and offset
- ConsumerOffset(String, Integer, Integer) - Constructor in ConsumerOffset
-
- consumerOffsets - Field in AbstractConsumerTreeWatcher
-
- consumers - Field in ConsumerGauge
-
- createCLI() - Method in Main
-
Create the Options option necessary for verspaetung to have CLI options