Uses of Class
org.apache.solr.client.solrj.cloud.autoscaling.ComputedType
-
Packages that use ComputedType Package Description org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sorting -
-
Uses of ComputedType in org.apache.solr.client.solrj.cloud.autoscaling
Fields in org.apache.solr.client.solrj.cloud.autoscaling with type parameters of type ComputedType Modifier and Type Field Description Set<ComputedType>Variable.Type. supportedComputedTypesMethods in org.apache.solr.client.solrj.cloud.autoscaling that return ComputedType Modifier and Type Method Description ComputedType[]computedValues()static ComputedTypeComputedType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputedType[]ComputedType. 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 ComputedType 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)
-