Package | Description |
---|---|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
Modifier and Type | Method and Description |
---|---|
OverseerTaskQueue.QueueEvent |
OverseerTaskQueue.offer(byte[] data,
long timeout)
Offer the data and wait for the response
|
Modifier and Type | Method and Description |
---|---|
List<OverseerTaskQueue.QueueEvent> |
OverseerTaskQueue.peekTopN(int n,
Predicate<String> excludeSet,
long waitMillis) |
Modifier and Type | Method and Description |
---|---|
void |
OverseerTaskQueue.remove(OverseerTaskQueue.QueueEvent event)
Remove the event and save the response into the other path.
|
Constructor and Description |
---|
Runner(OverseerMessageHandler messageHandler,
ZkNodeProps message,
String operation,
OverseerTaskQueue.QueueEvent head,
OverseerMessageHandler.Lock lock) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.