Uses of Class
com.tccc.kos.ext.dispense.service.nozzle.metrics.NozzleMetrics
Packages that use NozzleMetrics
Package
Description
-
Uses of NozzleMetrics in com.tccc.kos.ext.dispense.service.nozzle
Methods in com.tccc.kos.ext.dispense.service.nozzle that return NozzleMetricsModifier and TypeMethodDescriptionNozzle.addMetrics
(String name) Register metrics associated with this nozzle.Nozzle.getLastBeveragePourMetrics()
Return the metrics for the last beverage pour on this nozzle.Nozzle.getMetrics
(String name) Return the metrics with the specified name for this nozzle. -
Uses of NozzleMetrics in com.tccc.kos.ext.dispense.service.nozzle.metrics
Methods in com.tccc.kos.ext.dispense.service.nozzle.metrics that return NozzleMetricsModifier and TypeMethodDescriptionNozzleMetricsService.addGlobalMetrics
(String name) Register global metrics with the service.NozzleMetricsService.addMetrics
(Nozzle nozzle, String name) Register metrics with the service relative to the specified nozzle.NozzleMetricsService.getGlobalMetrics
(String name) Return the global metrics with the specified name.NozzleMetricsService.getLastBeveragePourMetrics
(Nozzle nozzle) Return the metrics that track the most recent beverage pour.NozzleMetricsService.getMetrics
(Nozzle nozzle, String name) Return the metrics with the specified name for the specified nozzle.NozzleMetricsService.getTotalMetrics()
Return the metrics that track total volume poured.NozzleMetricsService.removeGlobalMetrics
(String name) Remove global metrics with the specified name.NozzleMetricsService.removeMetrics
(Nozzle nozzle, String name) Remove metrics with the specified name from the nozzle.Methods in com.tccc.kos.ext.dispense.service.nozzle.metrics that return types with arguments of type NozzleMetricsModifier and TypeMethodDescriptionNozzleMetricsService.getAllGlobalMetrics()
Return all the active metricsNozzleMetricsService.getAllMetrics
(Nozzle nozzle) Return all the active metrics for the specified nozzle.Methods in com.tccc.kos.ext.dispense.service.nozzle.metrics with parameters of type NozzleMetricsModifier and TypeMethodDescriptionabstract void
NozzleMetricsTotalVolumeAction.reachedTotalVolume
(NozzleMetrics metrics) Called when the volume threshold is reached.