Uses of Class
org.apache.solr.common.util.Pair
- 
Packages that use Pair Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud.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.
- 
- 
Uses of Pair in org.apache.solr.client.solrj.cloudMethods in org.apache.solr.client.solrj.cloud that return types with arguments of type Pair Modifier and Type Method Description Collection<Pair<String,byte[]>>DistributedQueue. peekElements(int max, long waitMillis, Predicate<String> acceptFilter)Peek multiple elements from the queue in a single call.
- 
Uses of Pair in org.apache.solr.client.solrj.implMethod parameters in org.apache.solr.client.solrj.impl with type arguments of type Pair Modifier and Type Method Description protected Map<String,Object>SolrClientNodeStateProvider. fetchReplicaMetrics(String node, Map<String,Pair<String,Replica>> metricsKeyVsTagReplica)
- 
Uses of Pair in org.apache.solr.client.solrj.requestConstructor parameters in org.apache.solr.client.solrj.request with type arguments of type Pair Constructor Description MultiContentWriterRequest(SolrRequest.METHOD m, String path, Iterator<Pair<NamedList<String>,Object>> payload)
- 
Uses of Pair in org.apache.solr.common.utilFields in org.apache.solr.common.util with type parameters of type Pair Modifier and Type Field Description static ValidatingJsonMap.PredicateWithErrMsg<Pair>ValidatingJsonMap. ENUM_OFMethods in org.apache.solr.common.util that return Pair Modifier and Type Method Description static PairPair. parse(Map<String,?> m)Method parameters in org.apache.solr.common.util with type arguments of type Pair Modifier and Type Method Description ObjectValidatingJsonMap. get(String key, ValidatingJsonMap.PredicateWithErrMsg<Pair> predicate, Object arg)
 
-