Package | Description |
---|---|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
Modifier and Type | Method and Description |
---|---|
OverseerTaskQueue |
ZkController.getOverseerCollectionQueue() |
OverseerTaskQueue |
ZkController.getOverseerConfigSetQueue() |
Constructor and Description |
---|
OverseerCollectionConfigSetProcessor(ZkStateReader zkStateReader,
String myId,
HttpShardHandlerFactory shardHandlerFactory,
String adminPath,
Stats stats,
Overseer overseer,
OverseerNodePrioritizer overseerNodePrioritizer,
OverseerTaskQueue workQueue,
DistributedMap runningMap,
DistributedMap completedMap,
DistributedMap failureMap) |
OverseerTaskProcessor(ZkStateReader zkStateReader,
String myId,
Stats stats,
OverseerTaskProcessor.OverseerMessageHandlerSelector selector,
OverseerNodePrioritizer prioritizer,
OverseerTaskQueue workQueue,
DistributedMap runningMap,
DistributedMap completedMap,
DistributedMap failureMap) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.