Uses of Enum Class
org.graylog2.grok.GrokPatternService.ImportStrategy
Packages that use GrokPatternService.ImportStrategy
-
Uses of GrokPatternService.ImportStrategy in org.graylog2.grok
Methods in org.graylog2.grok that return GrokPatternService.ImportStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GrokPatternService.ImportStrategy[]GrokPatternService.ImportStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.grok with parameters of type GrokPatternService.ImportStrategyModifier and TypeMethodDescriptionGrokPatternService.saveAll(Collection<GrokPattern> patterns, GrokPatternService.ImportStrategy importStrategy) InMemoryGrokPatternService.saveAll(Collection<GrokPattern> patterns, GrokPatternService.ImportStrategy importStrategy) MongoDbGrokPatternService.saveAll(Collection<GrokPattern> patterns, GrokPatternService.ImportStrategy importStrategy) -
Uses of GrokPatternService.ImportStrategy in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system with parameters of type GrokPatternService.ImportStrategyModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGrokResource.bulkUpdatePatterns(@NotNull GrokPatternList patternList, boolean deprecatedDropAllExisting, GrokPatternService.ImportStrategy importStrategy) javax.ws.rs.core.ResponseGrokResource.bulkUpdatePatternsFromTextFile(@NotNull InputStream patternsFile, boolean deprecatedDropAllExisting, GrokPatternService.ImportStrategy importStrategy)