Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
Modifier and Type | Method and Description |
---|---|
Row |
Row.addReplica(String coll,
String shard,
Replica.Type type)
Deprecated.
|
Row |
Row.addReplica(String coll,
String shard,
Replica.Type type,
boolean strictMode)
Deprecated.
|
Row |
Policy.Session.getNode(String node) |
Row |
Cell.getRow()
Deprecated.
|
Row |
Row.removeReplica(String coll,
String shard,
Replica.Type type)
Deprecated.
|
Row |
Row.removeReplica(String coll,
String shard,
Replica.Type type,
int recursionCount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Row> |
Policy.Session.getSortedNodes() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Suggester.isNodeSuitableForReplicaAddition(Row targetRow,
Row srcRow)
Deprecated.
|
default boolean |
Variable.match(Object inputVal,
Operand op,
Object val,
String name,
Row row)
Deprecated.
|
boolean |
Variable.Type.match(Object inputVal,
Operand op,
Object val,
String name,
Row row) |
boolean |
WithCollectionVariable.match(Object inputVal,
Operand op,
Object val,
String name,
Row row)
Deprecated.
|
boolean |
VariableBase.LazyVariable.match(Object inputVal,
Operand op,
Object val,
String name,
Row row) |
Constructor and Description |
---|
Cell(int index,
String name,
Object val,
Object approxVal,
Variable.Type type,
Row row)
Deprecated.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.