Uses of Class
org.graylog.failure.FailureBatch
Packages that use FailureBatch
-
Uses of FailureBatch in org.graylog.failure
Methods in org.graylog.failure that return FailureBatchModifier and TypeMethodDescriptionstatic FailureBatchFailureBatch.indexingFailureBatch(List<IndexingFailure> indexingFailures) static FailureBatchFailureBatch.processingFailureBatch(List<ProcessingFailure> processingFailures) static FailureBatchFailureBatch.processingFailureBatch(ProcessingFailure processingFailure) Creates a batch containing only one processing failureMethods in org.graylog.failure with parameters of type FailureBatchModifier and TypeMethodDescriptionvoidDefaultFailureHandler.handle(FailureBatch failureBatch) voidFailureHandler.handle(FailureBatch failureBatch) Handles a batch of failuresbooleanDefaultFailureHandler.supports(FailureBatch failureBatch) booleanFailureHandler.supports(FailureBatch failureBatch) Guides the main failure handling service, when deciding whether this handler is suitable for a certain batch of failures