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

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

Uses of ClusterActionEvent in org.apache.whirr.actions
 

Method parameters in org.apache.whirr.actions with type arguments of type ClusterActionEvent
protected abstract  void ScriptBasedClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap)
           
protected  void ConfigureClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap)
           
protected  void ByonClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap)
           
protected  void BootstrapClusterAction.doAction(Map<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 ClusterActionHandlerSupport.afterAction(ClusterActionEvent event)
           
 void ClusterActionHandler.afterAction(ClusterActionEvent event)
          Called after the action has been performed.
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 ClusterActionHandlerSupport.beforeAction(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.
protected  void ClusterActionHandlerSupport.beforeBootstrap(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeConfigure(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeDestroy(ClusterActionEvent event)
           
protected  void ClusterActionHandlerSupport.beforeOtherAction(ClusterActionEvent event)
           
 String ClusterActionHandlerSupport.prepareRemoteFileUrl(ClusterActionEvent event, String rawUrl)
          Prepare the file url for the remote machine.
 

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.elasticsearch
 

Methods in org.apache.whirr.service.elasticsearch with parameters of type ClusterActionEvent
protected  void ElasticSearchHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void ElasticSearchHandler.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 HadoopClusterActionHandler.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 HBaseMasterClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void BasicServerClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void HBaseRegionServerClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
protected  void HBaseMasterClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
protected  void BasicServerClusterActionHandler.beforeConfigure(ClusterActionEvent event)
           
 

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

Methods in org.apache.whirr.service.voldemort with parameters of type ClusterActionEvent
protected  void VoldemortClusterActionHandler.afterConfigure(ClusterActionEvent event)
           
protected  void VoldemortClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
           
protected  void VoldemortClusterActionHandler.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.