Uses of Interface
io.siddhi.core.util.statistics.StatisticsTrackerFactory
-
Packages that use StatisticsTrackerFactory Package Description io.siddhi.core.config io.siddhi.core.util.statistics.metrics -
-
Uses of StatisticsTrackerFactory in io.siddhi.core.config
Methods in io.siddhi.core.config that return StatisticsTrackerFactory Modifier and Type Method Description StatisticsTrackerFactoryStatisticsConfiguration. getFactory()Constructors in io.siddhi.core.config with parameters of type StatisticsTrackerFactory Constructor Description StatisticsConfiguration(StatisticsTrackerFactory factory) -
Uses of StatisticsTrackerFactory in io.siddhi.core.util.statistics.metrics
Classes in io.siddhi.core.util.statistics.metrics that implement StatisticsTrackerFactory Modifier and Type Class Description classSiddhiMetricsFactoryFactory class to create Trackers and Managers.
-