Uses of Class
org.apache.solr.cloud.ZkController

Packages that use ZkController
org.apache.solr.cloud   
org.apache.solr.core   
 

Uses of ZkController in org.apache.solr.cloud
 

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

Constructors in org.apache.solr.cloud with parameters of type ZkController
ZkSolrResourceLoader(String instanceDir, String collection, ClassLoader parent, Properties coreProperties, ZkController zooKeeperController)
           This loader will first attempt to load resources from ZooKeeper, but if not found will delegate to the context classloader when possible, otherwise it will attempt to resolve resources using any jar files found in the "lib/" directory in the specified instance directory.
ZkSolrResourceLoader(String instanceDir, String collection, ZkController zooKeeperController)
           
 

Uses of ZkController in org.apache.solr.core
 

Methods in org.apache.solr.core that return ZkController
 ZkController CoreContainer.getZkController()
           
 



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