Uses of Class
org.apache.whirr.service.ClusterSpec.InstanceTemplate

Packages that use ClusterSpec.InstanceTemplate
org.apache.whirr.cluster.actions A collection of ClusterAction implementations. 
org.apache.whirr.service The Whirr Service API. 
 

Uses of ClusterSpec.InstanceTemplate in org.apache.whirr.cluster.actions
 

Method parameters in org.apache.whirr.cluster.actions with type arguments of type ClusterSpec.InstanceTemplate
protected  void BootstrapClusterAction.doAction(Map<ClusterSpec.InstanceTemplate,ClusterActionEvent> eventMap)
           
protected  void ConfigureClusterAction.doAction(Map<ClusterSpec.InstanceTemplate,ClusterActionEvent> eventMap)
           
protected abstract  void ScriptBasedClusterAction.doAction(Map<ClusterSpec.InstanceTemplate,ClusterActionEvent> eventMap)
           
 

Uses of ClusterSpec.InstanceTemplate in org.apache.whirr.service
 

Methods in org.apache.whirr.service that return ClusterSpec.InstanceTemplate
 ClusterSpec.InstanceTemplate ClusterSpec.getInstanceTemplate(Set<String> roles)
           
 ClusterSpec.InstanceTemplate ClusterSpec.getInstanceTemplate(String... roles)
           
 

Methods in org.apache.whirr.service that return types with arguments of type ClusterSpec.InstanceTemplate
 List<ClusterSpec.InstanceTemplate> ClusterSpec.getInstanceTemplates()
           
static List<ClusterSpec.InstanceTemplate> ClusterSpec.InstanceTemplate.parse(org.apache.commons.configuration.CompositeConfiguration cconf)
           
 

Method parameters in org.apache.whirr.service with type arguments of type ClusterSpec.InstanceTemplate
 void ClusterSpec.setInstanceTemplates(List<ClusterSpec.InstanceTemplate> instanceTemplates)
           
 



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