Uses of Interface
org.dashbuilder.dataprovider.kafka.metrics.KafkaMetricCollector
-
Packages that use KafkaMetricCollector Package Description org.dashbuilder.dataprovider.kafka.mbean org.dashbuilder.dataprovider.kafka.metrics org.dashbuilder.dataprovider.kafka.metrics.group -
-
Uses of KafkaMetricCollector in org.dashbuilder.dataprovider.kafka.mbean
Methods in org.dashbuilder.dataprovider.kafka.mbean that return KafkaMetricCollector Modifier and Type Method Description static KafkaMetricCollector[]MBeanNameFactory. withProduceDelayedAndFetchDelayedOperation(ObjectNamePrototype kafkaControllerType)static KafkaMetricCollector[]MBeanNameFactory. withProduceFetchConsumerAndFetchFollowerRequest(ObjectNamePrototype kafkaControllerType) -
Uses of KafkaMetricCollector in org.dashbuilder.dataprovider.kafka.metrics
Classes in org.dashbuilder.dataprovider.kafka.metrics that implement KafkaMetricCollector Modifier and Type Class Description classMBeanMetricCollectorCollects the mapped simple attributes of a MBean -
Uses of KafkaMetricCollector in org.dashbuilder.dataprovider.kafka.metrics.group
Methods in org.dashbuilder.dataprovider.kafka.metrics.group that return types with arguments of type KafkaMetricCollector Modifier and Type Method Description List<KafkaMetricCollector>MetricsCollectorGroup. getMetricsCollectors(KafkaMetricsRequest request)static List<KafkaMetricCollector>MetricsCollectorGroup. merge(KafkaMetricCollector[]... collectors)Methods in org.dashbuilder.dataprovider.kafka.metrics.group with parameters of type KafkaMetricCollector Modifier and Type Method Description static List<KafkaMetricCollector>MetricsCollectorGroup. merge(KafkaMetricCollector[]... collectors)
-