Uses of Class
org.graylog2.system.processing.ProcessingStatusDto
Packages that use ProcessingStatusDto
-
Uses of ProcessingStatusDto in org.graylog2.rest.models.system.processing
Methods in org.graylog2.rest.models.system.processing with parameters of type ProcessingStatusDtoModifier and TypeMethodDescriptionstatic ProcessingStatusSummaryProcessingStatusSummary.of(ProcessingStatusDto dto) -
Uses of ProcessingStatusDto in org.graylog2.system.processing
Methods in org.graylog2.system.processing that return ProcessingStatusDtoModifier and TypeMethodDescriptionabstract ProcessingStatusDtoProcessingStatusDto.Builder.build()static ProcessingStatusDtoProcessingStatusDto.of(String nodeId, ProcessingStatusRecorder processingStatusRecorder, org.joda.time.DateTime updatedAt, boolean messageJournalEnabled) DBProcessingStatusService.save(ProcessingStatusRecorder processingStatusRecorder) Create or update (upsert) a processing status entry for the givenProcessingStatusRecorderusing the caller's node ID.Methods in org.graylog2.system.processing that return types with arguments of type ProcessingStatusDto