org.apache.whirr.service.zookeeper
Class ZooKeeperCluster

java.lang.Object
  extended by org.apache.whirr.service.Cluster
      extended by org.apache.whirr.service.zookeeper.ZooKeeperCluster

public class ZooKeeperCluster
extends Cluster


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.whirr.service.Cluster
Cluster.Instance
 
Constructor Summary
ZooKeeperCluster(Set<Cluster.Instance> instances, String hosts)
           
 
Method Summary
 String getHosts()
           
 
Methods inherited from class org.apache.whirr.service.Cluster
getConfiguration, getInstances, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZooKeeperCluster

public ZooKeeperCluster(Set<Cluster.Instance> instances,
                        String hosts)
Method Detail

getHosts

public String getHosts()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.