Package | Description |
---|---|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
Constructor and Description |
---|
OverseerCollectionProcessor(ZkStateReader zkStateReader,
String myId,
ShardHandlerFactory shardHandlerFactory,
String adminPath,
Overseer.Stats stats,
DistributedQueue workQueue,
DistributedMap runningMap,
DistributedMap completedMap,
DistributedMap failureMap) |
Modifier and Type | Field and Description |
---|---|
protected ShardHandlerFactory |
CoreContainer.shardHandlerFactory |
Modifier and Type | Method and Description |
---|---|
ShardHandlerFactory |
CoreContainer.getShardHandlerFactory()
The default ShardHandlerFactory used to communicate with other solr instances
|
Modifier and Type | Class and Description |
---|---|
class |
HttpShardHandlerFactory |
Modifier and Type | Method and Description |
---|---|
abstract ShardHandlerFactory |
ShardHandler.getShardHandlerFactory() |
ShardHandlerFactory |
HttpShardHandler.getShardHandlerFactory() |
static ShardHandlerFactory |
ShardHandlerFactory.newInstance(PluginInfo info,
SolrResourceLoader loader)
Create a new ShardHandlerFactory instance
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.