Uses of Class
org.apache.solr.common.util.ObjectCache
-
Packages that use ObjectCache Package Description org.apache.solr.client.solrj.cloud Common classes for SolrCloud.org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of ObjectCache in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that return ObjectCache Modifier and Type Method Description ObjectCache
DelegatingCloudManager. getObjectCache()
ObjectCache
SolrCloudManager. getObjectCache()
-
Uses of ObjectCache in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return ObjectCache Modifier and Type Method Description ObjectCache
SolrClientCloudManager. getObjectCache()
Constructors in org.apache.solr.client.solrj.impl with parameters of type ObjectCache Constructor Description SolrClientCloudManager(DistributedQueueFactory queueFactory, CloudLegacySolrClient solrClient, ObjectCache objectCache)
-