Uses of Interface
com.pushtechnology.diffusion.client.features.control.Metrics.TopicMetricCollector.Builder
Packages that use Metrics.TopicMetricCollector.Builder
Package
Description
Client API.
Client API : Control Features.
-
Uses of Metrics.TopicMetricCollector.Builder in com.pushtechnology.diffusion.client
Methods in com.pushtechnology.diffusion.client that return Metrics.TopicMetricCollector.BuilderModifier and TypeMethodDescriptionDiffusion.Implementation.newTopicMetricCollectorBuilder()
Diffusion.newTopicMetricCollectorBuilder()
Create a newMetrics.TopicMetricCollector.Builder
. -
Uses of Metrics.TopicMetricCollector.Builder in com.pushtechnology.diffusion.client.features.control
Methods in com.pushtechnology.diffusion.client.features.control that return Metrics.TopicMetricCollector.BuilderModifier and TypeMethodDescriptionMetrics.TopicMetricCollector.Builder.groupByPathPrefixParts
(int parts) Specifies the number of leading parts of the topic path the metric collector should use to group results.Metrics.TopicMetricCollector.Builder.groupByTopicType
(boolean groupByTopicType) Specifies whether the metric collector should group by topic type.Metrics.TopicMetricCollector.Builder.groupByTopicView
(boolean groupByTopicView) Specifies whether the metric collector should group by topic view.