Uses of Interface
org.graylog.events.processor.storage.EventStorageHandler.Config
Packages that use EventStorageHandler.Config
Package
Description
-
Uses of EventStorageHandler.Config in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return types with arguments of type EventStorageHandler.ConfigModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<EventStorageHandler.Config>EventDefinitionEntity.storage()Method parameters in org.graylog.events.contentpack.entities with type arguments of type EventStorageHandler.ConfigModifier and TypeMethodDescriptionabstract EventDefinitionEntity.BuilderEventDefinitionEntity.Builder.storage(com.google.common.collect.ImmutableList<EventStorageHandler.Config> storage) -
Uses of EventStorageHandler.Config in org.graylog.events.processor
Methods in org.graylog.events.processor that return types with arguments of type EventStorageHandler.ConfigModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<EventStorageHandler.Config>EventDefinition.storage()abstract com.google.common.collect.ImmutableList<EventStorageHandler.Config>EventDefinitionDto.storage()Method parameters in org.graylog.events.processor with type arguments of type EventStorageHandler.ConfigModifier and TypeMethodDescriptionabstract EventDefinitionDto.BuilderEventDefinitionDto.Builder.storage(com.google.common.collect.ImmutableList<EventStorageHandler.Config> storageHandlers) -
Uses of EventStorageHandler.Config in org.graylog.events.processor.storage
Classes in org.graylog.events.processor.storage that implement EventStorageHandler.ConfigModifier and TypeClassDescriptionstatic classstatic classMethods in org.graylog.events.processor.storage that return EventStorageHandler.ConfigModifier and TypeMethodDescriptionEventStorageHandlerException.getHandlerConfig()Returns theEventStorageHandler.Configfor the storage handler that failed.Methods in org.graylog.events.processor.storage with parameters of type EventStorageHandler.ConfigModifier and TypeMethodDescriptionEventStorageHandler.Factory.create(EventStorageHandler.Config config) PersistToStreamsStorageHandler.Factory.create(EventStorageHandler.Config config) Method parameters in org.graylog.events.processor.storage with type arguments of type EventStorageHandler.ConfigModifier and TypeMethodDescriptionvoidEventStorageHandlerEngine.handleEvents(List<EventWithContext> eventsWithContext, com.google.common.collect.ImmutableList<EventStorageHandler.Config> handlerConfigs) Run storage handlers.Constructors in org.graylog.events.processor.storage with parameters of type EventStorageHandler.ConfigModifierConstructorDescriptionEventStorageHandlerException(String message, EventStorageHandler.Config handlerConfig) EventStorageHandlerException(String message, EventStorageHandler.Config handlerConfig, Throwable cause) PersistToStreamsStorageHandler(EventStorageHandler.Config config, EventIndexer indices)