public enum Operand extends Enum<Operand>
Enum Constant and Description |
---|
EQUAL
Deprecated.
|
GREATER_THAN
Deprecated.
|
IN
Deprecated.
|
LESS_THAN
Deprecated.
|
NOT_EQUAL
Deprecated.
|
RANGE_EQUAL
Deprecated.
|
RANGE_NOT_EQUAL
Deprecated.
|
WILDCARD
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected double |
_delta(double expected,
double actual)
Deprecated.
|
Double |
delta(Object expected,
Object actual)
Deprecated.
|
org.apache.solr.client.solrj.cloud.autoscaling.Clause.TestStatus |
match(Object ruleVal,
Object testVal)
Deprecated.
|
Operand |
opposite(boolean flag)
Deprecated.
|
Object |
readRuleValue(Condition condition)
Deprecated.
|
static Operand |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Operand[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
wrap(Object val)
Deprecated.
|
public static final Operand WILDCARD
public static final Operand RANGE_EQUAL
public static final Operand EQUAL
public static final Operand IN
public static final Operand RANGE_NOT_EQUAL
public static final Operand NOT_EQUAL
public static final Operand GREATER_THAN
public static final Operand LESS_THAN
public final String operand
public static Operand[] values()
for (Operand c : Operand.values()) System.out.println(c);
public static Operand valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Operand opposite(boolean flag)
public org.apache.solr.client.solrj.cloud.autoscaling.Clause.TestStatus match(Object ruleVal, Object testVal)
protected double _delta(double expected, double actual)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.