Uses of Class
org.graylog.plugins.pipelineprocessor.ast.functions.ParameterDescriptor
Packages that use ParameterDescriptor
Package
Description
-
Uses of ParameterDescriptor in org.graylog.plugins.pipelineprocessor.ast.functions
Methods in org.graylog.plugins.pipelineprocessor.ast.functions that return ParameterDescriptorMethods in org.graylog.plugins.pipelineprocessor.ast.functions that return types with arguments of type ParameterDescriptorModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap<String,ParameterDescriptor> FunctionDescriptor.paramMap()abstract com.google.common.collect.ImmutableList<ParameterDescriptor>FunctionDescriptor.Builder.params()abstract com.google.common.collect.ImmutableList<ParameterDescriptor>FunctionDescriptor.params()Methods in org.graylog.plugins.pipelineprocessor.ast.functions with parameters of type ParameterDescriptorModifier and TypeMethodDescriptionFunctionDescriptor.Builder.params(ParameterDescriptor... params) Method parameters in org.graylog.plugins.pipelineprocessor.ast.functions with type arguments of type ParameterDescriptorModifier and TypeMethodDescriptionabstract FunctionDescriptor.Builder<T>FunctionDescriptor.Builder.paramMap(com.google.common.collect.ImmutableMap<String, ParameterDescriptor> map) abstract FunctionDescriptor.Builder<T>FunctionDescriptor.Builder.params(com.google.common.collect.ImmutableList<ParameterDescriptor> params) -
Uses of ParameterDescriptor in org.graylog.plugins.pipelineprocessor.functions.dates
Methods in org.graylog.plugins.pipelineprocessor.functions.dates that return types with arguments of type ParameterDescriptorModifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableList<ParameterDescriptor>DateConversion.params()protected com.google.common.collect.ImmutableList<ParameterDescriptor>FlexParseDate.params()protected com.google.common.collect.ImmutableList<ParameterDescriptor>Now.params()protected com.google.common.collect.ImmutableList<ParameterDescriptor>ParseDate.params()protected com.google.common.collect.ImmutableList<ParameterDescriptor>ParseUnixMilliseconds.params()protected abstract com.google.common.collect.ImmutableList<ParameterDescriptor>TimezoneAwareFunction.params() -
Uses of ParameterDescriptor in org.graylog.plugins.pipelineprocessor.parser.errors
Constructors in org.graylog.plugins.pipelineprocessor.parser.errors with parameters of type ParameterDescriptorModifierConstructorDescriptionIncompatibleArgumentType(RuleLangParser.FunctionCallContext ctx, FunctionExpression functionExpression, ParameterDescriptor p, Expression argExpr) MissingRequiredParam(RuleLangParser.FunctionCallContext ctx, Function<?> function, ParameterDescriptor param)