Package | Description |
---|---|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
Modifier and Type | Class and Description |
---|---|
class |
SizeLimitedDistributedMap
A size limited distributed map maintained in zk.
|
Modifier and Type | Method and Description |
---|---|
DistributedMap |
ZkController.getOverseerCompletedMap() |
DistributedMap |
ZkController.getOverseerFailureMap() |
DistributedMap |
ZkController.getOverseerRunningMap() |
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.