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.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.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
SolrCloudManager. getObjectCache()
-
Uses of ObjectCache in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling that return ObjectCache Modifier and Type Method Description ObjectCache
DelegatingCloudManager. 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, CloudSolrClient solrClient, ObjectCache objectCache)
-