Uses of Enum Class
org.graylog2.indexer.messages.IndexingError.Type
Packages that use IndexingError.Type
-
Uses of IndexingError.Type in org.graylog2.indexer.messages
Methods in org.graylog2.indexer.messages that return IndexingError.TypeModifier and TypeMethodDescriptionIndexingError.Error.type()Returns the value of thetyperecord component.static IndexingError.TypeReturns the enum constant of this class with the specified name.static IndexingError.Type[]IndexingError.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.indexer.messages with parameters of type IndexingError.TypeModifier and TypeMethodDescriptionstatic IndexingErrorIndexingError.create(Indexable message, String index, IndexingError.Type errorType, String errorMessage) Constructors in org.graylog2.indexer.messages with parameters of type IndexingError.TypeModifierConstructorDescriptionError(IndexingError.Type type, String errorMessage) Creates an instance of aErrorrecord class.