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

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

Uses of DistributedQueue.QueueEvent in org.apache.solr.cloud
 

Methods in org.apache.solr.cloud that return DistributedQueue.QueueEvent
 DistributedQueue.QueueEvent DistributedQueue.offer(byte[] data, long timeout)
          Offer the data and wait for the response
 DistributedQueue.QueueEvent DistributedQueue.peek(boolean block)
          Returns the data at the first element of the queue, or null if the queue is empty and block is false.
 DistributedQueue.QueueEvent DistributedQueue.peek(long wait)
          Returns the data at the first element of the queue, or null if the queue is empty after wait ms.
 

Methods in org.apache.solr.cloud with parameters of type DistributedQueue.QueueEvent
 byte[] DistributedQueue.remove(DistributedQueue.QueueEvent event)
          Remove the event and save the response into the other path.
 



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