|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||