Uses of Class
org.elasticsearch.client.ml.job.config.Operator
-
Packages that use Operator Package Description org.elasticsearch.client.ml.job.config -
-
Uses of Operator in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return Operator Modifier and Type Method Description static OperatorOperator. fromString(String name)OperatorRuleCondition. getOperator()static OperatorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.ml.job.config with parameters of type Operator Modifier and Type Method Description static RuleConditionRuleCondition. createTime(Operator operator, long epochSeconds)Constructors in org.elasticsearch.client.ml.job.config with parameters of type Operator Constructor Description RuleCondition(RuleCondition.AppliesTo appliesTo, Operator operator, double value)
-