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

Packages that use ZkController
org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode. 
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
 

Uses of ZkController in org.apache.solr.cloud
 

Methods in org.apache.solr.cloud that return ZkController
 ZkController ZkSolrResourceLoader.getZkController()
           
 

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

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
 

Fields in org.apache.solr.core declared as ZkController
protected  ZkController ZkContainer.zkController
           
 

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



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