Uses of Class
org.apache.solr.cloud.DistributedQueue

Packages that use DistributedQueue
org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode. 
 

Uses of DistributedQueue in org.apache.solr.cloud
 

Methods in org.apache.solr.cloud that return DistributedQueue
static DistributedQueue Overseer.getInQueue(SolrZkClient zkClient)
          Get queue that can be used to send messages to Overseer.
 DistributedQueue ZkController.getOverseerCollectionQueue()
           
 DistributedQueue ZkController.getOverseerJobQueue()
           
 

Constructors in org.apache.solr.cloud with parameters of type DistributedQueue
OverseerCollectionProcessor(ZkStateReader zkStateReader, String myId, ShardHandler shardHandler, String adminPath, DistributedQueue workQueue)
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.