Uses of Class
org.apache.whirr.service.Cluster.Instance

Packages that use Cluster.Instance
org.apache.whirr.service   
org.apache.whirr.service.hadoop   
org.apache.whirr.service.zookeeper   
 

Uses of Cluster.Instance in org.apache.whirr.service
 

Methods in org.apache.whirr.service that return types with arguments of type Cluster.Instance
 Set<Cluster.Instance> Cluster.getInstances()
           
 

Constructor parameters in org.apache.whirr.service with type arguments of type Cluster.Instance
Cluster(Set<Cluster.Instance> instances)
           
Cluster(Set<Cluster.Instance> instances, Properties configuration)
           
 

Uses of Cluster.Instance in org.apache.whirr.service.hadoop
 

Constructor parameters in org.apache.whirr.service.hadoop with type arguments of type Cluster.Instance
HadoopCluster(Set<Cluster.Instance> instances, Properties configuration)
           
 

Uses of Cluster.Instance in org.apache.whirr.service.zookeeper
 

Constructor parameters in org.apache.whirr.service.zookeeper with type arguments of type Cluster.Instance
ZooKeeperCluster(Set<Cluster.Instance> instances, String hosts)
           
 



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