Uses of Class
org.apache.whirr.service.ClusterActionEvent

Packages that use ClusterActionEvent
org.apache.whirr.cluster.actions A collection of ClusterAction implementations. 
org.apache.whirr.service The Whirr Service API. 
org.apache.whirr.service.cassandra   
org.apache.whirr.service.hadoop   
org.apache.whirr.service.hbase   
org.apache.whirr.service.zookeeper   
 

Uses of ClusterActionEvent in org.apache.whirr.cluster.actions
 

Method parameters in org.apache.whirr.cluster.actions with type arguments of type ClusterActionEvent
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 ClusterActionEvent in org.apache.whirr.service
 

Methods in org.apache.whirr.service with parameters of type ClusterActionEvent
static void ClusterActionHandlerSupport.addRunUrl(ClusterActionEvent event, String runUrl, String... args)
          A convenience method for adding a RunUrlStatement to a ClusterActionEvent.
static void ClusterActionHandlerSupport.addStatement(ClusterActionEvent event, org.jclouds.scriptbuilder.domain.Statement statement)
           
 void ClusterActionHandler.afterAction(ClusterActionEvent event)
          Called after the action has been performed.
 void ClusterActionHandlerSupport.afterAction(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.afterBootstrap(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.afterConfigure(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.afterDestroy(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.afterOtherAction(ClusterActionEvent event)
           
 void ClusterActionHandler.beforeAction(ClusterActionEvent event)
          Called before the action is performed, giving the implementation an opportunity to specify scripts that should be run as a part of this action.
 void ClusterActionHandlerSupport.beforeAction(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeBootstrap(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeConfigure(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeDestroy(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeOtherAction(ClusterActionEvent event)
           
 

Uses of ClusterActionEvent in org.apache.whirr.service.cassandra
 

Methods in org.apache.whirr.service.cassandra with parameters of type ClusterActionEvent
protected  void CassandraClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void CassandraClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
 

Uses of ClusterActionEvent in org.apache.whirr.service.hadoop
 

Methods in org.apache.whirr.service.hadoop with parameters of type ClusterActionEvent
protected  void HadoopNameNodeClusterActionHandler.afterConfigure(ClusterActionEvent event)
           
protected  void HadoopNameNodeClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void HadoopDataNodeClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void HadoopNameNodeClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
protected  void HadoopDataNodeClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
 

Uses of ClusterActionEvent in org.apache.whirr.service.hbase
 

Methods in org.apache.whirr.service.hbase with parameters of type ClusterActionEvent
protected  void HBaseMasterClusterActionHandler.afterConfigure(ClusterActionEvent event)
           
protected  void HBaseRegionServerClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void BasicServerClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void HBaseMasterClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void HBaseRegionServerClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
protected  void BasicServerClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
protected  void HBaseMasterClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
 

Uses of ClusterActionEvent in org.apache.whirr.service.zookeeper
 

Methods in org.apache.whirr.service.zookeeper with parameters of type ClusterActionEvent
protected  void ZooKeeperClusterActionHandler.afterConfigure(ClusterActionEvent event)
           
protected  void ZooKeeperClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void ZooKeeperClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
 



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