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 PolicyHelper.SessionWrapper |
PolicyHelper.getLastSessionWrapper(boolean clear)
Deprecated.
Use this to get the last used session wrapper in this thread
|
static PolicyHelper.SessionWrapper |
PolicyHelper.getSession(SolrCloudManager cloudManager)
Deprecated.
How to get a shared Policy Session
1) call
PolicyHelper.getSession(SolrCloudManager)
2) compute all suggestions
3) call returnSession(Policy.Session)
4) perform all suggestions
5) call release() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.