Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
Modifier and Type | Method and Description |
---|---|
Policy.Session |
Policy.createSession(SolrCloudManager cloudManager) |
Policy.Session |
PolicyHelper.SessionWrapper.get() |
Policy.Session |
Suggester.getSession() |
Modifier and Type | Method and Description |
---|---|
static NoneSuggester |
NoneSuggester.get(Policy.Session session) |
static UnsupportedSuggester |
UnsupportedSuggester.get(Policy.Session session,
CollectionParams.CollectionAction action) |
void |
PolicyHelper.SessionWrapper.returnSession(Policy.Session session)
return this for later use and update the session with the latest state
ensure that this is done after computing the suggestions
|
PolicyHelper.SessionWrapper |
PolicyHelper.SessionWrapper.update(Policy.Session session) |
Constructor and Description |
---|
Row(String node,
Cell[] cells,
boolean anyValueMissing,
Map<String,Map<String,List<ReplicaInfo>>> collectionVsShardVsReplicas,
boolean isLive,
Policy.Session session) |
Row(String node,
List<Pair<String,Suggestion.ConditionType>> params,
List<String> perReplicaAttributes,
Policy.Session session) |
SessionWrapper(Policy.Session session,
org.apache.solr.client.solrj.cloud.autoscaling.PolicyHelper.SessionRef ref) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.