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

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

Uses of ZkNodeProps in org.apache.solr.cloud
 

Methods in org.apache.solr.cloud with parameters of type ZkNodeProps
 boolean SyncStrategy.sync(ZkController zkController, SolrCore core, ZkNodeProps leaderProps)
           
 

Constructors in org.apache.solr.cloud with parameters of type ZkNodeProps
ElectionContext(String shardZkNodeName, String electionPath, String leaderPath, ZkNodeProps leaderProps, SolrZkClient zkClient)
           
 

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

Methods in org.apache.solr.common.cloud that return ZkNodeProps
 ZkNodeProps CloudState.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 CloudState.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.
 

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.