Uses of Interface
com.pushtechnology.diffusion.client.features.control.Metrics.SessionMetricCollector.Builder
Packages that use Metrics.SessionMetricCollector.Builder
Package
Description
Client API.
Client API : Control Features.
-
Uses of Metrics.SessionMetricCollector.Builder in com.pushtechnology.diffusion.client
Methods in com.pushtechnology.diffusion.client that return Metrics.SessionMetricCollector.BuilderModifier and TypeMethodDescriptionDiffusion.Implementation.newSessionMetricCollectorBuilder()
Diffusion.newSessionMetricCollectorBuilder()
Create a newMetrics.SessionMetricCollector.Builder
. -
Uses of Metrics.SessionMetricCollector.Builder in com.pushtechnology.diffusion.client.features.control
Methods in com.pushtechnology.diffusion.client.features.control that return Metrics.SessionMetricCollector.BuilderModifier and TypeMethodDescriptionMetrics.SessionMetricCollector.Builder.groupByProperties
(List<String> propertyNames) Specifies a list of session property names to group by, replacing any current list known to this builder.Metrics.SessionMetricCollector.Builder.groupByProperty
(String propertyName) Adds the name of a session property to group by to the list known to this builder.Metrics.SessionMetricCollector.Builder.removeMetricsWithNoMatches
(boolean remove) Specifies whether the metric collector should remove any metrics that have no matches.