Uses of Enum Class
org.graylog2.plugin.streams.StreamRuleType
Packages that use StreamRuleType
-
Uses of StreamRuleType in org.graylog2.plugin.streams
Methods in org.graylog2.plugin.streams that return StreamRuleTypeModifier and TypeMethodDescriptionstatic StreamRuleTypeStreamRuleType.fromInteger(int numeric) static StreamRuleTypeStreamRule.getType()static StreamRuleTypeReturns the enum constant of this class with the specified name.static StreamRuleType[]StreamRuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.plugin.streams with parameters of type StreamRuleType -
Uses of StreamRuleType in org.graylog2.streams
Methods in org.graylog2.streams that return StreamRuleTypeMethods in org.graylog2.streams with parameters of type StreamRuleTypeModifier and TypeMethodDescriptionstatic StreamRuleMatcherStreamRuleMatcherFactory.build(StreamRuleType ruleType) voidStreamRuleImpl.setType(StreamRuleType type)