Uses of Class
org.apache.solr.client.solrj.cloud.autoscaling.Clause
-
Packages that use Clause Package Description org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sorting -
-
Uses of Clause in org.apache.solr.client.solrj.cloud.autoscaling
Subclasses of Clause in org.apache.solr.client.solrj.cloud.autoscaling Modifier and Type Class Description classSealedClauseThis clause is an instance with no conditions with computed value.Fields in org.apache.solr.client.solrj.cloud.autoscaling with type parameters of type Clause Modifier and Type Field Description static List<Clause>Policy. DEFAULT_CLUSTER_POLICYMethods in org.apache.solr.client.solrj.cloud.autoscaling that return Clause Modifier and Type Method Description static ClauseClause. create(String json)static ClauseClause. create(Map<String,Object> m)ClauseCondition. getClause()ClauseViolation. getClause()Methods in org.apache.solr.client.solrj.cloud.autoscaling that return types with arguments of type Clause Modifier and Type Method Description static Map<String,List<Clause>>Policy. clausesFromMap(Map<String,List<Map<String,Object>>> map, List<String> newParams)List<Clause>Policy. getClusterPolicy()Map<String,List<Clause>>Policy. getPolicies()static List<Clause>Policy. mergePolicies(String coll, List<Clause> collPolicy, List<Clause> globalPolicy)Methods in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type Clause Modifier and Type Method Description intClause. compareTo(Clause that)booleanClause. doesOverride(Clause that)Method parameters in org.apache.solr.client.solrj.cloud.autoscaling with type arguments of type Clause Modifier and Type Method Description static voidPolicy.Session. addClausesForCollection(Policy policy, List<Clause> clauses, ClusterStateProvider stateProvider, String collectionName)static List<Clause>Policy. mergePolicies(String coll, List<Clause> collPolicy, List<Clause> globalPolicy)PolicyPolicy. withClusterPolicy(List<Clause> clusterPolicy)PolicyPolicy. withPolicies(Map<String,List<Clause>> policies)Constructors in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type Clause Constructor Description Clause(Clause clause, Function<Condition,Object> computedValueEvaluator)
-