| Modifier and Type | Method and Description |
|---|---|
Event |
Action.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setEvent(Event event) |
| Constructor and Description |
|---|
Action(String tenantId,
String actionPlugin,
String actionId,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventConditionEval.getValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
EventCondition.getLog(Event value) |
boolean |
EventCondition.match(Event value) |
void |
EventConditionEval.setValue(Event value) |
| Constructor and Description |
|---|
EventConditionEval(EventCondition condition,
Event value) |
| Modifier and Type | Class and Description |
|---|---|
class |
Alert
A status of an alert thrown by several matched conditions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Event.compareTo(Event o) |
| Modifier and Type | Method and Description |
|---|---|
int |
EventComparator.compare(Event o1,
Event o2) |
| Modifier and Type | Method and Description |
|---|---|
Event |
AlertsService.getEvent(String tenantId,
String eventId,
boolean thin) |
| Modifier and Type | Method and Description |
|---|---|
Page<Event> |
AlertsService.getEvents(String tenantId,
EventsCriteria criteria,
Pager pager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionsService.send(TriggerAction triggerAction,
Event event)
Generate and send an action to be processed by the plugins architecture.
|
void |
AlertsService.sendEvent(Event event)
Send event to the engine for alerts evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsService.addEvents(Collection<Event> events)
Send events to the engine for alerts evaluation.
|
void |
AlertsService.persistEvents(Collection<Event> events)
Only persist the provided events.
|
void |
AlertsService.sendEvents(Collection<Event> events)
Send events to the engine for alerts evaluation.
|
void |
AlertsService.sendEvents(Collection<Event> events,
boolean ignoreFiltering)
Send events to the engine for alerts evaluation.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.