Uses of Interface
org.graylog2.system.processing.ProcessingStatusRecorder
Packages that use ProcessingStatusRecorder
Package
Description
-
Uses of ProcessingStatusRecorder in org.graylog2.indexer.messages
Constructors in org.graylog2.indexer.messages with parameters of type ProcessingStatusRecorderModifierConstructorDescriptionMessages(TrafficAccounting trafficAccounting, MessagesAdapter messagesAdapter, ProcessingStatusRecorder processingStatusRecorder, FailureSubmissionService failureSubmissionService) -
Uses of ProcessingStatusRecorder in org.graylog2.rest.models.system.processing
Methods in org.graylog2.rest.models.system.processing with parameters of type ProcessingStatusRecorderModifier and TypeMethodDescriptionstatic ProcessingStatusSummaryProcessingStatusSummary.of(ProcessingStatusRecorder processingStatusRecorder) -
Uses of ProcessingStatusRecorder in org.graylog2.rest.resources.system.processing
Constructors in org.graylog2.rest.resources.system.processing with parameters of type ProcessingStatusRecorderModifierConstructorDescriptionSystemProcessingStatusResource(ProcessingStatusRecorder processingStatusRecorder, DBProcessingStatusService dbService) -
Uses of ProcessingStatusRecorder in org.graylog2.system.processing
Classes in org.graylog2.system.processing that implement ProcessingStatusRecorderModifier and TypeClassDescriptionclassThisProcessingStatusRecorderimplementation should only be used for tests.classMethods in org.graylog2.system.processing with parameters of type ProcessingStatusRecorderModifier and TypeMethodDescriptionstatic 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.