public class Overseer extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | QUEUE_OPERATION | 
| Constructor and Description | 
|---|
| Overseer(ShardHandler shardHandler,
        String adminPath,
        ZkStateReader reader) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| static DistributedQueue | getInQueue(SolrZkClient zkClient)Get queue that can be used to send messages to Overseer. | 
| void | start(String id) | 
public static final String QUEUE_OPERATION
public Overseer(ShardHandler shardHandler, String adminPath, ZkStateReader reader) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic void start(String id)
public void close()
public static DistributedQueue getInQueue(SolrZkClient zkClient)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.