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.cloudMethods in org.apache.solr.client.solrj.cloud that return ObjectCache Modifier and Type Method Description ObjectCacheDelegatingCloudManager. getObjectCache()ObjectCacheSolrCloudManager. getObjectCache()
- 
Uses of ObjectCache in org.apache.solr.client.solrj.implMethods in org.apache.solr.client.solrj.impl that return ObjectCache Modifier and Type Method Description ObjectCacheSolrClientCloudManager. getObjectCache()Constructors in org.apache.solr.client.solrj.impl with parameters of type ObjectCache Constructor Description SolrClientCloudManager(DistributedQueueFactory queueFactory, CloudLegacySolrClient solrClient, ObjectCache objectCache)
 
-