All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static Map<String,List<Clause>> |
clausesFromMap(Map<String,List<Map<String,Object>>> map,
List<String> newParams) |
Policy.Session |
createSession(SolrCloudManager cloudManager) |
Policy.Session |
createSession(SolrCloudManager cloudManager,
org.apache.solr.client.solrj.cloud.autoscaling.Policy.Transaction tx) |
boolean |
equals(Object o) |
List<Clause> |
getClusterPolicy() |
List<Preference> |
getClusterPreferences() |
List<String> |
getParamNames() |
List<Pair<String,Variable.Type>> |
getParams() |
List<String> |
getPerReplicaAttributes() |
Map<String,List<Clause>> |
getPolicies() |
int |
getZkVersion() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isEmptyPreferences() |
static List<Clause> |
mergePolicies(String coll,
List<Clause> collPolicy,
List<Clause> globalPolicy) |
String |
toString() |
Policy |
withClusterPolicy(List<Clause> clusterPolicy) |
Policy |
withClusterPreferences(List<Preference> clusterPreferences) |
Policy |
withParams(List<String> params) |
Policy |
withPolicies(Map<String,List<Clause>> policies) |
void |
writeMap(MapWriter.EntryWriter ew) |