Uses of Interface
org.apache.solr.client.solrj.cloud.DistributedQueueFactory
-
Packages that use DistributedQueueFactory 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 DistributedQueueFactory in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud that return DistributedQueueFactory Modifier and Type Method Description DistributedQueueFactorySolrCloudManager. getDistributedQueueFactory() -
Uses of DistributedQueueFactory in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling that return DistributedQueueFactory Modifier and Type Method Description DistributedQueueFactoryDelegatingCloudManager. 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, CloudSolrClient solrClient)SolrClientCloudManager(DistributedQueueFactory queueFactory, CloudSolrClient solrClient, ObjectCache objectCache)
-