Uses of Interface
lumis.portal.monitor.IMonitorEvent
-
Packages that use IMonitorEvent Package Description lumis.portal.analytics.automationflow lumis.portal.monitor Defines classes and interfaces for monitoring data.lumis.portal.monitor.impl Implementation of theportal monitoring framework
.lumis.service.analytics.usersegmentation.rest -
-
Uses of IMonitorEvent in lumis.portal.analytics.automationflow
Methods in lumis.portal.analytics.automationflow with parameters of type IMonitorEvent Modifier and Type Method Description static void
FlowManager. onEvent(IMonitorEvent event, Deque<IMonitorValuesProvider> monitoringValues, Document document)
Receives an event from monitor frameworkConstructors in lumis.portal.analytics.automationflow with parameters of type IMonitorEvent Constructor Description FlowContext(IMonitorEvent event, Deque<IMonitorValuesProvider> monitoringValues, Document document)
Creates a new instance. -
Uses of IMonitorEvent in lumis.portal.monitor
Subinterfaces of IMonitorEvent in lumis.portal.monitor Modifier and Type Interface Description interface
IMonitorEventSPI
An event that may be monitored.Methods in lumis.portal.monitor that return IMonitorEvent Modifier and Type Method Description IMonitorEvent
IMonitorManager. getEvent(String eventId)
Returns an unmodifiable event.Methods in lumis.portal.monitor that return types with arguments of type IMonitorEvent Modifier and Type Method Description Collection<IMonitorEvent>
IMonitorManagerSPI. getAllEvents()
Returns all monitor events. -
Uses of IMonitorEvent in lumis.portal.monitor.impl
Classes in lumis.portal.monitor.impl that implement IMonitorEvent Modifier and Type Class Description class
MonitorEvent
Defines events to monitor.Methods in lumis.portal.monitor.impl that return types with arguments of type IMonitorEvent Modifier and Type Method Description Collection<IMonitorEvent>
MonitorManager. getAllEvents()
Methods in lumis.portal.monitor.impl with parameters of type IMonitorEvent Modifier and Type Method Description static Document
MonitorUtilInternal. getDocument(IMonitorEvent event, Deque<IMonitorValuesProvider> monitoringValues)
Returns the document for the given event with the given values ornull
if some required field is missing.static String
MonitorUtilInternal. getDocumentTypeId(IMonitorEvent event)
Returns the big data document type identifier for the given event.Constructors in lumis.portal.monitor.impl with parameters of type IMonitorEvent Constructor Description MonitorFieldInstance(IMonitorField field, IMonitorEvent event, boolean isRequired)
-
Uses of IMonitorEvent in lumis.service.analytics.usersegmentation.rest
Methods in lumis.service.analytics.usersegmentation.rest with parameters of type IMonitorEvent Modifier and Type Method Description static org.json.JSONObject
UserSegmentationRestAPI. getEventProperties(SessionConfig sessionConfig, ITransaction transaction, Map<String,IMonitorField> fields, Map<String,Object> lum_monitor, IMonitorEvent event, boolean removeUser)
Returns the event fields values.
-