Class FunctionRegistry

java.lang.Object
org.graylog.plugins.pipelineprocessor.parser.FunctionRegistry

public class FunctionRegistry extends Object
  • Constructor Details

  • Method Details

    • resolve

      public Function<?> resolve(String name)
    • resolveOrError

      public Function<?> resolveOrError(String name)
    • all

      public Collection<Function<?>> all()
      Returns all registered public functions.
      Returns:
      a collection of functions
    • allWithInternal

      public Collection<Function<?>> allWithInternal()
      Returns all registered public and internal functions.
      Returns:
      a collection of functions