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
Subinterfaces of Indexable in org.graylog2.indexer.messagesModifier and TypeInterfaceDescriptioninterfaceThe purpose of this interface is to provide access to certain properties of aMessagewhile ensuring that it can't be changed anymore.Classes in org.graylog2.indexer.messages that implement IndexableModifier and TypeClassDescriptionclassWraps aMessageby making it immutable and caching the result ofSerializationMemoizingMessage.serialize(SerializationContext)calls.Methods in org.graylog2.indexer.messages that return IndexableModifier and TypeMethodDescriptionIndexingError.message()Returns the value of themessagerecord component.abstract IndexableIndexingRequest.message()IndexingResult.message()IndexingSuccess.message()Returns the value of themessagerecord component.Methods in org.graylog2.indexer.messages with parameters of type IndexableModifier and TypeMethodDescriptionstatic IndexingErrorIndexingError.create(Indexable message, String index, IndexingError.Type errorType, String errorMessage) static IndexingRequeststatic IndexingSuccessConstructors in org.graylog2.indexer.messages with parameters of type IndexableModifierConstructorDescriptionIndexingError(Indexable message, String index, IndexingError.Error error) Creates an instance of aIndexingErrorrecord class.IndexingSuccess(Indexable message, String index) Creates an instance of aIndexingSuccessrecord class. -
Uses of Indexable in org.graylog2.plugin
Classes in org.graylog2.plugin that implement Indexable