Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
Modifier and Type | Method and Description |
---|---|
static Variable.Type |
VariableBase.getTagType(String name)
Deprecated.
|
static Variable.Type |
Variable.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variable.Type[] |
Variable.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<String,Variable.Type>> |
Policy.getParams()
Deprecated.
|
Constructor and Description |
---|
Cell(int index,
String name,
Object val,
Object approxVal,
Variable.Type type,
Row row)
Deprecated.
|
CoreIndexSizeVariable(Variable.Type type) |
CoresVariable(Variable.Type type)
Deprecated.
|
DiskTypeVariable(Variable.Type type) |
FreeDiskVariable(Variable.Type type)
Deprecated.
|
LazyVariable(Variable.Type type) |
NodeVariable(Variable.Type type)
Deprecated.
|
TotalDiskVariable(Variable.Type type) |
VariableBase(Variable.Type type)
Deprecated.
|
WithCollectionVariable(Variable.Type type)
Deprecated.
|
Constructor and Description |
---|
Row(String node,
List<Pair<String,Variable.Type>> params,
List<String> perReplicaAttributes,
Policy.Session session)
Deprecated.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.