org.apache.solr.common.cloud
Class ZkClientConnectionStrategy.ZkUpdate

java.lang.Object
  extended by org.apache.solr.common.cloud.ZkClientConnectionStrategy.ZkUpdate
Enclosing class:
ZkClientConnectionStrategy

public abstract static class ZkClientConnectionStrategy.ZkUpdate
extends Object


Constructor Summary
ZkClientConnectionStrategy.ZkUpdate()
           
 
Method Summary
abstract  void update(SolrZooKeeper zooKeeper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkClientConnectionStrategy.ZkUpdate

public ZkClientConnectionStrategy.ZkUpdate()
Method Detail

update

public abstract void update(SolrZooKeeper zooKeeper)
                     throws InterruptedException,
                            TimeoutException,
                            IOException
Throws:
InterruptedException
TimeoutException
IOException


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