| Package | Description |
|---|---|
| org.graylog2.indexer.messages |
| Modifier and Type | Method and Description |
|---|---|
abstract Messages.IndexingError.ErrorType |
Messages.IndexingError.errorType() |
static Messages.IndexingError.ErrorType |
Messages.IndexingError.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.IndexingError.ErrorType[] |
Messages.IndexingError.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Messages.IndexingError |
Messages.IndexingError.create(Indexable message,
String index,
Messages.IndexingError.ErrorType errorType,
String errorMessage) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.