| Package | Description |
|---|---|
| org.graylog.failure |
| Modifier and Type | Method and Description |
|---|---|
static FailureBatch |
FailureBatch.indexingFailureBatch(List<IndexingFailure> indexingFailures) |
static FailureBatch |
FailureBatch.processingFailureBatch(List<ProcessingFailure> processingFailures) |
static FailureBatch |
FailureBatch.processingFailureBatch(ProcessingFailure processingFailure)
Creates a batch containing only one processing failure
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailureHandler.handle(FailureBatch failureBatch)
Handles a batch of failures
|
void |
DefaultFailureHandler.handle(FailureBatch failureBatch) |
boolean |
FailureHandler.supports(FailureBatch failureBatch)
Guides the master failure handling service, when deciding
whether this handler is suitable for a certain batch of failures
|
boolean |
DefaultFailureHandler.supports(FailureBatch failureBatch) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.