Uses of Interface
org.graylog2.indexer.messages.Indexable
Packages that use Indexable
Package
Description
-
Uses of Indexable in org.graylog.events.event
Subinterfaces of Indexable in org.graylog.events.eventClasses in org.graylog.events.event that implement Indexable -
Uses of Indexable in org.graylog.failure
Methods in org.graylog.failure that return IndexableModifier and TypeMethodDescriptionFailure.failedMessage()Returns a failed messageIndexingFailure.failedMessage()ProcessingFailure.failedMessage()Constructors in org.graylog.failure with parameters of type IndexableModifierConstructorDescriptionIndexingFailure(FailureCause failureCause, String message, String failureDetails, org.joda.time.DateTime failureTimestamp, Indexable failedMessage, String targetIndex) ProcessingFailure(FailureCause failureCause, String message, String failureDetails, org.joda.time.DateTime failureTimestamp, Indexable failedMessage, boolean requiresAcknowledgement) -
Uses of Indexable in org.graylog2.indexer.messages
Methods in org.graylog2.indexer.messages that return IndexableModifier and TypeMethodDescriptionabstract IndexableIndexingRequest.message()abstract IndexableMessages.IndexingError.message()Methods in org.graylog2.indexer.messages with parameters of type IndexableModifier and TypeMethodDescriptionstatic IndexingRequeststatic Messages.IndexingErrorstatic Messages.IndexingErrorMessages.IndexingError.create(Indexable message, String index, Messages.IndexingError.ErrorType errorType, String errorMessage) -
Uses of Indexable in org.graylog2.plugin
Classes in org.graylog2.plugin that implement Indexable