Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
Modifier and Type | Class and Description |
---|---|
class |
SealedClause
Deprecated.
to be removed in Solr 9.0 (see SOLR-14656)
|
Modifier and Type | Method and Description |
---|---|
static Clause |
Clause.create(Map<String,Object> m)
Deprecated.
|
static Clause |
Clause.create(String json)
Deprecated.
|
Clause |
Condition.getClause()
Deprecated.
|
Clause |
Violation.getClause()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Clause>> |
Policy.clausesFromMap(Map<String,List<Map<String,Object>>> map,
List<String> newParams)
Deprecated.
|
List<Clause> |
Policy.getClusterPolicy()
Deprecated.
|
Map<String,List<Clause>> |
Policy.getPolicies()
Deprecated.
|
static List<Clause> |
Policy.mergePolicies(String coll,
List<Clause> collPolicy,
List<Clause> globalPolicy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
Clause.compareTo(Clause that)
Deprecated.
|
boolean |
Clause.doesOverride(Clause that)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
Policy.Session.addClausesForCollection(Policy policy,
List<Clause> clauses,
ClusterStateProvider stateProvider,
String collectionName) |
static List<Clause> |
Policy.mergePolicies(String coll,
List<Clause> collPolicy,
List<Clause> globalPolicy)
Deprecated.
|
static List<Clause> |
Policy.mergePolicies(String coll,
List<Clause> collPolicy,
List<Clause> globalPolicy)
Deprecated.
|
Policy |
Policy.withClusterPolicy(List<Clause> clusterPolicy)
Deprecated.
|
Policy |
Policy.withPolicies(Map<String,List<Clause>> policies)
Deprecated.
|
Constructor and Description |
---|
Clause(Clause clause,
Function<Condition,Object> computedValueEvaluator)
Deprecated.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.