org.apache.solr.cloud
public class Overseer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETECORE |
static String |
QUEUE_OPERATION |
static String |
REMOVECOLLECTION |
static String |
REMOVESHARD |
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 static final String DELETECORE
public static final String REMOVECOLLECTION
public static final String REMOVESHARD
public Overseer(ShardHandler shardHandler, String adminPath, ZkStateReader reader) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
public void start(String id)
public void close()
public static DistributedQueue getInQueue(SolrZkClient zkClient)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.