Interface AnalyticsProcessor
public interface AnalyticsProcessor
A processor of feature analytics events.
Authorized value classes: String, Long, Float, Boolean, or a Collection of one these classes.
The Analytics class will call the relevant methods on each service provider instance found in the global lookup.
-
Method Summary
Modifier and TypeMethodDescriptionvoidincrementProperties(Map<String, Long> properties) Increment numeric properties of the current JJazzLab computer by the corresponding Long value.voidLog a generic event with no properties.voidGeneric event with properties.voidsetProperties(Map<String, ?> properties) Update the properties of the current JJazzLab computer.voidsetPropertiesOnce(Map<String, ?> properties) Update the properties of the current JJazzLab computer only if they are not already set.
-
Method Details
-
logEvent
-
logEvent
-
setProperties
-
setPropertiesOnce
-
incrementProperties
-