| Package | Description |
|---|---|
| org.graylog.events.processor |
| Modifier and Type | Method and Description |
|---|---|
abstract EventProcessorStateDto |
EventProcessorStateDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<EventProcessorStateDto> |
DBEventProcessorStateService.findByEventDefinitionsAndMaxTimestamp(Set<String> eventDefinitionIds,
org.joda.time.DateTime maxTimestamp)
Returns a set of event processor state objects where the event definition ID matches one of the ones in the given
set of IDs and the maximum processed timestamp is greater or equals the given timestamp.
|
Optional<EventProcessorStateDto> |
DBEventProcessorStateService.setState(EventProcessorStateDto dto)
Creates a new or updates an existing event processor state record for the values in the given DTO.
|
Optional<EventProcessorStateDto> |
DBEventProcessorStateService.setState(String eventDefinitionId,
org.joda.time.DateTime minProcessedTimestamp,
org.joda.time.DateTime maxProcessedTimestamp)
Creates a new or updates an existing event processor state record for the given values.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<EventProcessorStateDto> |
DBEventProcessorStateService.setState(EventProcessorStateDto dto)
Creates a new or updates an existing event processor state record for the values in the given DTO.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.