Uses of Class
org.apache.solr.common.cloud.ZkNodeProps

Packages that use ZkNodeProps
org.apache.solr.common.cloud   
 

Uses of ZkNodeProps in org.apache.solr.common.cloud
 

Subclasses of ZkNodeProps in org.apache.solr.common.cloud
 class Replica
           
 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 ClusterState.getLeader(String collection, String shard)
          Get properties of a shard leader for specific collection.
 ZkNodeProps ZkStateReader.getLeaderProps(String collection, String shard)
          Get shard leader properties.
 ZkNodeProps ZkStateReader.getLeaderProps(String collection, String shard, int timeout)
           
 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)
           
 

Constructors in org.apache.solr.common.cloud with parameters of type ZkNodeProps
ZkCoreNodeProps(ZkNodeProps nodeProps)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.