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
 

Methods in org.apache.solr.common.cloud that return ZkNodeProps
 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()
           
 ZkNodeProps ClusterState.getShardProps(String collection, String coreNodeName)
          Get shard properties or null if shard is not found.
static ZkNodeProps ZkNodeProps.load(byte[] bytes)
          Create ZkNodeProps from json string that is typically stored in zookeeper.
 

Methods in org.apache.solr.common.cloud that return types with arguments of type ZkNodeProps
 Map<String,ZkNodeProps> Slice.getShards()
          Get properties for all shards in this slice.
 Map<String,ZkNodeProps> Slice.getShardsCopy()
          Get a copy of the shards data this object holds.
 

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)
           
ZkNodeProps(ZkNodeProps zkNodeProps)
          Construct ZKNodeProps from information of an existingZKNodeProps.
 

Constructor parameters in org.apache.solr.common.cloud with type arguments of type ZkNodeProps
Slice(String name, Map<String,ZkNodeProps> shards)
           
 



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