Uses of Interface
org.apache.solr.client.solrj.cloud.DistributedQueueFactory
-
Packages that use DistributedQueueFactory Package Description org.apache.solr.client.solrj.cloud org.apache.solr.client.solrj.impl -
-
Uses of DistributedQueueFactory in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that return DistributedQueueFactory Modifier and Type Method Description DistributedQueueFactoryDelegatingCloudManager. getDistributedQueueFactory()DistributedQueueFactorySolrCloudManager. getDistributedQueueFactory() -
Uses of DistributedQueueFactory in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl that return DistributedQueueFactory Modifier and Type Method Description DistributedQueueFactorySolrClientCloudManager. getDistributedQueueFactory()Constructors in org.apache.solr.client.solrj.impl with parameters of type DistributedQueueFactory Constructor Description SolrClientCloudManager(DistributedQueueFactory queueFactory, org.apache.solr.client.solrj.impl.CloudLegacySolrClient solrClient)SolrClientCloudManager(DistributedQueueFactory queueFactory, org.apache.solr.client.solrj.impl.CloudLegacySolrClient solrClient, org.apache.solr.common.util.ObjectCache objectCache)
-