Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
Modifier and Type | Method and Description |
---|---|
Condition |
Clause.getCollection()
Deprecated.
|
Condition |
Clause.getGlobalTag()
Deprecated.
|
Condition |
Clause.getReplica()
Deprecated.
|
Condition |
Clause.getShard()
Deprecated.
|
Condition |
Clause.getTag()
Deprecated.
|
Condition |
Clause.getThirdTag()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
Clause.ComputedValueEvaluator.apply(Condition computedCondition) |
Object |
ComputedType.compute(Object val,
Condition c)
Deprecated.
|
Object |
CoresVariable.computeValue(Policy.Session session,
Condition condition,
String collection,
String shard,
String node)
Deprecated.
|
Object |
FreeDiskVariable.computeValue(Policy.Session session,
Condition condition,
String collection,
String shard,
String node)
Deprecated.
|
default Object |
Variable.computeValue(Policy.Session session,
Condition condition,
String collection,
String shard,
String node)
Deprecated.
When a non constant value is used in a variable, the actual value needs to be computed at the runtime
|
Object |
Variable.Type.computeValue(Policy.Session session,
Condition condition,
String collection,
String shard,
String node) |
String |
CoresVariable.postValidate(Condition condition)
Deprecated.
|
default String |
Variable.postValidate(Condition condition)
Deprecated.
|
String |
Variable.Type.postValidate(Condition condition) |
String |
VariableBase.postValidate(Condition condition)
Deprecated.
|
Object |
Operand.readRuleValue(Condition condition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SealedClause |
Clause.getSealedClause(Function<Condition,Object> computedValueEvaluator)
Deprecated.
|
Constructor and Description |
---|
Clause(Clause clause,
Function<Condition,Object> computedValueEvaluator)
Deprecated.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.