Uses of Interface
org.jmxtrans.agent.ExpressionLanguageEngineImpl.Function
| Package | Description |
|---|---|
| org.jmxtrans.agent |
-
Uses of ExpressionLanguageEngineImpl.Function in org.jmxtrans.agent
Classes in org.jmxtrans.agent that implement ExpressionLanguageEngineImpl.Function Modifier and Type Class Description static classExpressionLanguageEngineImpl.StaticFunctionMethods in org.jmxtrans.agent with parameters of type ExpressionLanguageEngineImpl.Function Modifier and Type Method Description voidExpressionLanguageEngineImpl. registerExpressionEvaluator(String expression, ExpressionLanguageEngineImpl.Function evaluator)Registers an expression evaluator with a static value.