|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZkNodeProps | |
---|---|
org.apache.solr.common.cloud | Common Solr Cloud and ZooKeeper related classes reused on both clients & server. |
Uses of ZkNodeProps in org.apache.solr.common.cloud |
---|
Subclasses of ZkNodeProps in org.apache.solr.common.cloud | |
---|---|
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). |
Methods in org.apache.solr.common.cloud that return ZkNodeProps | |
---|---|
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. |
Methods in org.apache.solr.common.cloud with parameters of type ZkNodeProps | |
---|---|
static String |
ZkCoreNodeProps.getCoreUrl(ZkNodeProps nodeProps)
|
static Map<String,Object> |
DocRouter.getRouterSpec(ZkNodeProps props)
|
Constructors in org.apache.solr.common.cloud with parameters of type ZkNodeProps | |
---|---|
ZkCoreNodeProps(ZkNodeProps nodeProps)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |