Package | Description |
---|---|
org.apache.solr.cloud |
Base classes and utilities for creating and testing Solr Cloud clusters.
|
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
Modifier and Type | Field and Description |
---|---|
ZkNodeProps |
AbstractFullDistribZkTestBase.CloudJettyRunner.info |
ZkNodeProps |
Overseer.FailedOp.req |
Modifier and Type | Method and Description |
---|---|
protected SolrResponse |
OverseerCollectionProcessor.processMessage(ZkNodeProps message,
String operation) |
void |
Overseer.Stats.storeFailureDetails(String operation,
ZkNodeProps request,
SolrResponse resp) |
boolean |
SyncStrategy.sync(ZkController zkController,
SolrCore core,
ZkNodeProps leaderProps) |
boolean |
SyncStrategy.sync(ZkController zkController,
SolrCore core,
ZkNodeProps leaderProps,
boolean peerSyncOnlyWithActive) |
Constructor and Description |
---|
ElectionContext(String coreNodeName,
String electionPath,
String leaderPath,
ZkNodeProps leaderProps,
SolrZkClient zkClient) |
FailedOp(ZkNodeProps req,
SolrResponse resp) |
Runner(ZkNodeProps message,
String operation,
DistributedQueue.QueueEvent head) |
Modifier and Type | Class and Description |
---|---|
class |
DocCollection
Models a Collection in zookeeper (but that Java name is obviously taken, hence "DocCollection")
|
class |
Replica |
class |
RoutingRule
Used for routing docs with particular keys into another collection
|
class |
Slice
A Slice contains immutable information about a logical shard (all replicas that share the same shard id).
|
Modifier and Type | Method and Description |
---|---|
static ZkNodeProps |
ZkNodeProps.fromKeyVals(Object... keyVals) |
ZkNodeProps |
ZkCoreNodeProps.getNodeProps() |
static ZkNodeProps |
ZkNodeProps.load(byte[] bytes)
Create Replica from json string that is typically stored in zookeeper.
|
Modifier and Type | Method and Description |
---|---|
static String |
ZkCoreNodeProps.getCoreUrl(ZkNodeProps nodeProps) |
static Map<String,Object> |
DocRouter.getRouterSpec(ZkNodeProps props) |
Constructor and Description |
---|
ZkCoreNodeProps(ZkNodeProps nodeProps) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.