| Package | Description |
|---|---|
| org.graylog2.rest.models.system.processing | |
| org.graylog2.system.processing |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingStatusSummary |
ProcessingStatusSummary.of(ProcessingStatusDto dto) |
| Modifier and Type | Method and Description |
|---|---|
abstract ProcessingStatusDto |
ProcessingStatusDto.Builder.build() |
static ProcessingStatusDto |
ProcessingStatusDto.of(String nodeId,
ProcessingStatusRecorder processingStatusRecorder,
org.joda.time.DateTime updatedAt,
boolean messageJournalEnabled) |
ProcessingStatusDto |
DBProcessingStatusService.save(ProcessingStatusRecorder processingStatusRecorder)
Create or update (upsert) a processing status entry for the given
ProcessingStatusRecorder using the
caller's node ID. |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingStatusDto> |
DBProcessingStatusService.all()
Rerturns all existing processing status entries from the database.
|
Optional<ProcessingStatusDto> |
DBProcessingStatusService.get()
Returns the processing status entry for the calling node.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.