Skip navigation links
A B C D E F G I K L M O P R S T U W 

A

abortTransaction() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
assign(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
assignment() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

B

beginningOffsets(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
beginningOffsets(Collection<TopicPartition>, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
beginTransaction() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
build(String, String) - Method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaMetricsBuilder
 

C

CallbackConsumer<K,V> - Class in com.landoop.lenses.topology.client.kafka.metrics
An implementation of Publisher which will invoke a supplied callback when the underlying producer is closed.
CallbackConsumer(Consumer<K, V>, Runnable) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
CallbackProducer<K,V> - Class in com.landoop.lenses.topology.client.kafka.metrics
An implementation of Publisher which will invoke a supplied callback when the underlying producer is closed.
CallbackProducer(Producer<K, V>, Runnable) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
close() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
close(long, TimeUnit) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
close(Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
close() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
close(long, TimeUnit) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
close(Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
close() - Method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
com.landoop.lenses.topology.client.kafka.metrics - package com.landoop.lenses.topology.client.kafka.metrics
 
commitAsync() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitAsync(OffsetCommitCallback) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitAsync(Map<TopicPartition, OffsetAndMetadata>, OffsetCommitCallback) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitSync() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitSync(Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitSync(Map<TopicPartition, OffsetAndMetadata>, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
committed(TopicPartition) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
committed(TopicPartition, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
committed(Set<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
committed(Set<TopicPartition>, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
commitTransaction() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
create(Properties) - Static method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaTopologyClient
 
create(String, Map<KafkaProducer<?, ?>, List<String>>, Map<KafkaConsumer<?, ?>, List<String>>, Properties) - Static method in class com.landoop.lenses.topology.client.kafka.metrics.MicroserviceTopology
Creates a TopologyClient which registers the application topology with Lenses and sends the metrics associated with KafkaProducer and KafkaConsumer instances provided

D

DEFAULT_METRICS_TOPIC_NAME - Static variable in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
DEFAULT_TOPOLOGY_TOPIC_NAME - Static variable in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
delete(String) - Method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 

E

endOffsets(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
endOffsets(Collection<TopicPartition>, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
enforceRebalance() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

F

flush() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
flush() - Method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
fromConsumer(String, KafkaConsumer<?, ?>, List<String>, Properties) - Static method in class com.landoop.lenses.topology.client.kafka.metrics.MicroserviceTopology
Creates a topology client which publishes the topology associated with a Kafka producer and the metrics for it to a Kafka topic which Lenses reads.
fromConsumer(String, KafkaConsumer<?, ?>, List<String>, Properties, DecoderType, DecoderType) - Static method in class com.landoop.lenses.topology.client.kafka.metrics.MicroserviceTopology
Creates a topology client which publishes the topology associated with a Kafka producer and the metrics for it to a Kafka topic which Lenses reads.
fromProducer(String, KafkaProducer<?, ?>, List<String>, Properties) - Static method in class com.landoop.lenses.topology.client.kafka.metrics.MicroserviceTopology
Creates a topology client which publishes the topology associated with a Kafka producer and the metrics for it to a Kafka topic which Lenses reads.
fromProducer(String, KafkaProducer<?, ?>, List<String>, Properties, DecoderType, DecoderType) - Static method in class com.landoop.lenses.topology.client.kafka.metrics.MicroserviceTopology
Creates a topology client which publishes the topology associated with a Kafka producer and the metrics for it to a Kafka topic which Lenses reads.

G

getAdminClient(Map<String, Object>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.TopologyKafkaStreamsClientSupplier
 
getConsumer(Map<String, Object>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.TopologyKafkaStreamsClientSupplier
 
getGlobalConsumer(Map<String, Object>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.TopologyKafkaStreamsClientSupplier
 
getProducer(Map<String, Object>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.TopologyKafkaStreamsClientSupplier
 
getRestoreConsumer(Map<String, Object>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.TopologyKafkaStreamsClientSupplier
 
groupMetadata() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

I

initTransactions() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 

K

KafkaMetricsBuilder - Class in com.landoop.lenses.topology.client.kafka.metrics
 
KafkaMetricsBuilder(Map<MetricName, ? extends Metric>) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.KafkaMetricsBuilder
 
KafkaMetricsBuilder(KafkaProducer<?, ?>) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.KafkaMetricsBuilder
 
KafkaMetricsBuilder(KafkaConsumer<?, ?>) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.KafkaMetricsBuilder
 
KafkaPublisher - Class in com.landoop.lenses.topology.client.kafka.metrics
 
KafkaPublisher(Properties) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
KafkaTopologyClient - Class in com.landoop.lenses.topology.client.kafka.metrics
 
KafkaTopologyClient() - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.KafkaTopologyClient
 

L

listTopics() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
listTopics(Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

M

METRIC_TOPIC_CONFIG_KEY - Static variable in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
metrics() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
metrics() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
MicroserviceTopology - Class in com.landoop.lenses.topology.client.kafka.metrics
 
MicroserviceTopology() - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.MicroserviceTopology
 

O

offsetsForTimes(Map<TopicPartition, Long>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
offsetsForTimes(Map<TopicPartition, Long>, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

P

partitionsFor(String) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
partitionsFor(String, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
partitionsFor(String) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
pause(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
paused() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
poll(long) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
poll(Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
position(TopicPartition) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
position(TopicPartition, Duration) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
publish(Topology) - Method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
publish(Metrics) - Method in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 

R

resume(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

S

seek(TopicPartition, long) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
seek(TopicPartition, OffsetAndMetadata) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
seekToBeginning(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
seekToEnd(Collection<TopicPartition>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
send(ProducerRecord<K, V>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
send(ProducerRecord<K, V>, Callback) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, ConsumerGroupMetadata) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackProducer
 
subscribe(Collection<String>) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
subscribe(Collection<String>, ConsumerRebalanceListener) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
subscribe(Pattern, ConsumerRebalanceListener) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
subscribe(Pattern) - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
subscription() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

T

TOPOLOGY_TOPIC_CONFIG_KEY - Static variable in class com.landoop.lenses.topology.client.kafka.metrics.KafkaPublisher
 
TopologyKafkaStreamsClientSupplier - Class in com.landoop.lenses.topology.client.kafka.metrics
An implementation of a KafkaClientSupplier to be used with KStreams that will register metrics with the topology client.
TopologyKafkaStreamsClientSupplier(TopologyClient, Topology) - Constructor for class com.landoop.lenses.topology.client.kafka.metrics.TopologyKafkaStreamsClientSupplier
 

U

unsubscribe() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 

W

wakeup() - Method in class com.landoop.lenses.topology.client.kafka.metrics.CallbackConsumer
 
A B C D E F G I K L M O P R S T U W 
Skip navigation links