| Modifier and Type | Method and Description |
|---|---|
Event |
EventProcessorEventFactory.createEvent(EventDefinition eventDefinition,
org.joda.time.DateTime eventTime,
String message) |
Event |
EventFactory.createEvent(EventDefinition eventDefinition,
org.joda.time.DateTime eventTime,
String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyAlarmCallbackSender.send(LegacyAlarmCallbackEventNotificationConfig config,
EventDefinition eventDefinition,
EventDto event,
List<MessageSummary> backlog) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventNotificationHandler.handleEvents(EventDefinition definition,
List<EventWithContext> eventsWithContext) |
boolean |
NotificationGracePeriodService.inGracePeriod(EventDefinition definition,
String notificationId,
Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDefinitionDto |
| Modifier and Type | Method and Description |
|---|---|
Optional<EventDefinition> |
EventProcessorException.getEventDefinition()
Returns the event definition that failed.
|
| Modifier and Type | Method and Description |
|---|---|
TYPE |
EventProcessor.Factory.create(EventDefinition eventDefinition) |
default Optional<EventProcessorSchedulerConfig> |
EventProcessorConfig.toJobSchedulerConfig(EventDefinition eventDefinition,
JobSchedulerClock clock)
Returns a
JobDefinitionConfig for this event processor configuration. |
| Constructor and Description |
|---|
EventProcessorException(String message,
boolean permanent,
EventDefinition eventDefinition) |
EventProcessorException(String message,
boolean permanent,
EventDefinition eventDefinition,
Throwable cause) |
EventProcessorException(String message,
boolean permanent,
String eventDefinitionId,
EventDefinition eventDefinition) |
EventProcessorException(String message,
boolean permanent,
String eventDefinitionId,
EventDefinition eventDefinition,
Throwable cause) |
EventProcessorPreconditionException(String message,
EventDefinition eventDefinition) |
EventProcessorPreconditionException(String message,
EventDefinition eventDefinition,
Throwable cause) |
EventProcessorPreconditionException(String message,
String eventDefinitionId,
EventDefinition eventDefinition) |
EventProcessorPreconditionException(String message,
String EventDefinitionId,
EventDefinition eventDefinition,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
AggregationSearch |
AggregationSearch.Factory.create(AggregationEventProcessorConfig config,
AggregationEventProcessorParameters parameters,
String searchOwner,
EventDefinition eventDefinition) |
AggregationEventProcessor |
AggregationEventProcessor.Factory.create(EventDefinition eventDefinition) |
Optional<EventProcessorSchedulerConfig> |
AggregationEventProcessorConfig.toJobSchedulerConfig(EventDefinition eventDefinition,
JobSchedulerClock clock) |
| Constructor and Description |
|---|
AggregationEventProcessor(EventDefinition eventDefinition,
AggregationSearch.Factory aggregationSearchFactory,
EventProcessorDependencyCheck dependencyCheck,
DBEventProcessorStateService stateService,
MoreSearch moreSearch,
StreamService streamService,
Messages messages) |
PivotAggregationSearch(AggregationEventProcessorConfig config,
AggregationEventProcessorParameters parameters,
String searchOwner,
EventDefinition eventDefinition,
SearchJobService searchJobService,
QueryEngine queryEngine,
EventsConfigurationProvider configProvider,
MoreSearch moreSearch,
PermittedStreams permittedStreams) |
| Modifier and Type | Method and Description |
|---|---|
GRN |
GRNRegistry.ofEventDefinition(EventDefinition eventDefinition) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.