Uses of Class
org.graylog2.system.processing.ProcessingStatusDto.Builder
Packages that use ProcessingStatusDto.Builder
-
Uses of ProcessingStatusDto.Builder in org.graylog2.system.processing
Methods in org.graylog2.system.processing that return ProcessingStatusDto.BuilderModifier and TypeMethodDescriptionstatic ProcessingStatusDto.BuilderProcessingStatusDto.builder()static ProcessingStatusDto.BuilderProcessingStatusDto.Builder.create()abstract ProcessingStatusDto.Builderabstract ProcessingStatusDto.BuilderProcessingStatusDto.Builder.inputJournal(ProcessingStatusDto.JournalInfo inputJournal) abstract ProcessingStatusDto.Builderabstract ProcessingStatusDto.BuilderProcessingStatusDto.Builder.nodeLifecycleStatus(Lifecycle lifecycleStatus) abstract ProcessingStatusDto.BuilderProcessingStatusDto.Builder.processBufferUsage(long usage) abstract ProcessingStatusDto.BuilderProcessingStatusDto.Builder.receiveTimes(ProcessingStatusDto.ReceiveTimes receiveTimes) abstract ProcessingStatusDto.BuilderProcessingStatusDto.toBuilder()abstract ProcessingStatusDto.BuilderProcessingStatusDto.Builder.updatedAt(org.joda.time.DateTime updatedAt)