Package | Description |
---|---|
org.apache.solr.client.solrj.cloud |
Common classes for SolrCloud.
|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
default AutoScalingConfig |
DistribStateManager.getAutoScalingConfig() |
AutoScalingConfig |
DistribStateManager.getAutoScalingConfig(org.apache.zookeeper.Watcher watcher) |
Modifier and Type | Method and Description |
---|---|
AutoScalingConfig |
DelegatingDistribStateManager.getAutoScalingConfig()
Deprecated.
|
AutoScalingConfig |
DelegatingDistribStateManager.getAutoScalingConfig(org.apache.zookeeper.Watcher watcher)
Deprecated.
|
AutoScalingConfig |
AutoScalingConfig.withoutTriggerConfig(String name)
Deprecated.
Create a copy of the config without a trigger configuration.
|
AutoScalingConfig |
AutoScalingConfig.withoutTriggerListenerConfig(String name)
Deprecated.
Create a copy of the config without a trigger listener configuration.
|
AutoScalingConfig |
AutoScalingConfig.withPolicy(Policy policy)
Deprecated.
Create a copy of the config with replaced policy.
|
AutoScalingConfig |
AutoScalingConfig.withProperties(Map<String,Object> properties)
Deprecated.
Create a copy of the config with replaced properties.
|
AutoScalingConfig |
AutoScalingConfig.withTriggerConfig(AutoScalingConfig.TriggerConfig config)
Deprecated.
Create a copy of the config with replaced trigger configuration
|
AutoScalingConfig |
AutoScalingConfig.withTriggerConfigs(Map<String,AutoScalingConfig.TriggerConfig> configs)
Deprecated.
Create a copy of the config with replaced trigger configurations.
|
AutoScalingConfig |
AutoScalingConfig.withTriggerListenerConfig(AutoScalingConfig.TriggerListenerConfig config)
Deprecated.
Create a copy of the config with replaced trigger listener configuration.
|
AutoScalingConfig |
AutoScalingConfig.withTriggerListenerConfigs(Map<String,AutoScalingConfig.TriggerListenerConfig> configs)
Deprecated.
Create a copy of the config with replaced trigger listener configurations.
|
Modifier and Type | Method and Description |
---|---|
static List<ReplicaPosition> |
PolicyHelper.getReplicaLocations(String collName,
AutoScalingConfig autoScalingConfig,
SolrCloudManager cloudManager,
Map<String,String> optionalPolicyMapping,
List<String> shardNames,
int nrtReplicas,
int tlogReplicas,
int pullReplicas,
List<String> nodesList)
Deprecated.
|
static List<Suggester.SuggestionInfo> |
PolicyHelper.getSuggestions(AutoScalingConfig autoScalingConf,
SolrCloudManager cloudManager)
Deprecated.
|
static List<Suggester.SuggestionInfo> |
PolicyHelper.getSuggestions(AutoScalingConfig autoScalingConf,
SolrCloudManager cloudManager,
int max,
int timeoutInSecs,
SolrParams params)
Deprecated.
|
static List<Suggester.SuggestionInfo> |
PolicyHelper.getSuggestions(AutoScalingConfig autoScalingConf,
SolrCloudManager cloudManager,
SolrParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingConfig |
ZkDistribStateManager.getAutoScalingConfig(org.apache.zookeeper.Watcher watcher) |
Modifier and Type | Method and Description |
---|---|
AutoScalingConfig |
ZkStateReader.getAutoScalingConfig()
Get current
AutoScalingConfig . |
AutoScalingConfig |
ZkStateReader.getAutoScalingConfig(org.apache.zookeeper.Watcher watcher)
Get current
AutoScalingConfig . |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.