Uses of Record Class
org.graylog2.indexer.messages.IndexingError
Packages that use IndexingError
-
Uses of IndexingError in org.graylog.failure
Method parameters in org.graylog.failure with type arguments of type IndexingErrorModifier and TypeMethodDescriptionvoidFailureSubmissionService.submitIndexingErrors(Collection<IndexingError> indexingErrors) Submits Elasticsearch indexing errors to the failure queue -
Uses of IndexingError in org.graylog2.indexer.messages
Methods in org.graylog2.indexer.messages that return IndexingErrorModifier and TypeMethodDescriptionstatic IndexingErrorIndexingError.create(Indexable message, String index, IndexingError.Type errorType, String errorMessage) Methods in org.graylog2.indexer.messages that return types with arguments of type IndexingErrorModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<IndexingError>IndexingResults.errors()Method parameters in org.graylog2.indexer.messages with type arguments of type IndexingErrorModifier and TypeMethodDescriptionfinal IndexingResults.BuilderIndexingResults.Builder.addErrors(List<IndexingError> errors)