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.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
Collection<Pair<String,byte[]>> |
DistributedQueue.peekElements(int max,
long waitMillis,
Predicate<String> acceptFilter)
Peek multiple elements from the queue in a single call.
|
Modifier and Type | Field and Description |
---|---|
Predicate<Pair<Object,Object>> |
Suggester.Hint.valueValidator |
Modifier and Type | Method and Description |
---|---|
void |
Row.createCollShard(Pair<String,String> collShard) |
Modifier and Type | Method and Description |
---|---|
protected String |
Suggester.findWithCollection(Set<String> collections,
Set<Pair<String,String>> s) |
protected Collection |
Suggester.setupWithCollectionTargetNodes(Set<String> collections,
Set<Pair<String,String>> s,
String withCollection) |
Constructor and Description |
---|
Row(String node,
List<Pair<String,Variable.Type>> params,
List<String> perReplicaAttributes,
Policy.Session session) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
SolrClientNodeStateProvider.fetchReplicaMetrics(String node,
Map<String,Pair<String,ReplicaInfo>> metricsKeyVsTagReplica) |
Constructor and Description |
---|
MultiContentWriterRequest(SolrRequest.METHOD m,
String path,
Iterator<Pair<NamedList,Object>> payload) |
Modifier and Type | Field and Description |
---|---|
static ValidatingJsonMap.PredicateWithErrMsg<Pair> |
ValidatingJsonMap.ENUM_OF |
Modifier and Type | Method and Description |
---|---|
static Pair |
Pair.parse(Map m) |
Modifier and Type | Method and Description |
---|---|
Object |
ValidatingJsonMap.get(String key,
ValidatingJsonMap.PredicateWithErrMsg<Pair> predicate,
Object arg) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.