Uses of Class
org.apache.solr.client.solrj.cloud.autoscaling.Operand
-
Packages that use Operand Package Description org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sorting -
-
Uses of Operand in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling that return Operand Modifier and Type Method Description OperandCondition. getOperand()OperandCoresVariable. getOperand(Operand expected, Object strVal, ComputedType computedType)default OperandVariable. getOperand(Operand expected, Object strVal, ComputedType computedType)OperandVariable.Type. getOperand(Operand expected, Object val, ComputedType computedType)OperandOperand. opposite(boolean flag)static OperandOperand. valueOf(String name)Returns the enum constant of this type with the specified name.static Operand[]Operand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type Operand Modifier and Type Method Description OperandCoresVariable. getOperand(Operand expected, Object strVal, ComputedType computedType)default OperandVariable. getOperand(Operand expected, Object strVal, ComputedType computedType)OperandVariable.Type. getOperand(Operand expected, Object val, ComputedType computedType)default booleanVariable. match(Object inputVal, Operand op, Object val, String name, Row row)booleanVariable.Type. match(Object inputVal, Operand op, Object val, String name, Row row)booleanVariableBase.LazyVariable. match(Object inputVal, Operand op, Object val, String name, Row row)booleanWithCollectionVariable. match(Object inputVal, Operand op, Object val, String name, Row row)
-