| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ClusterActionEvent in org.apache.whirr.actions | 
|---|
| Methods in org.apache.whirr.actions with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
ScriptBasedClusterAction.eventSpecificActions(InstanceTemplate instanceTemplate,
                     ClusterActionEvent event)
 | 
protected  void | 
ConfigureServicesAction.eventSpecificActions(InstanceTemplate instanceTemplate,
                     ClusterActionEvent event)
Apply the firewall rules specified via configuration.  | 
| Method parameters in org.apache.whirr.actions with type arguments of type ClusterActionEvent | |
|---|---|
protected  void | 
ScriptBasedClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap)
 | 
protected  void | 
ByonClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap)
 | 
protected  void | 
BootstrapClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap)
 | 
protected  void | 
ScriptBasedClusterAction.postRunScriptsActions(Map<InstanceTemplate,ClusterActionEvent> eventMap)
 | 
protected  void | 
DestroyClusterAction.postRunScriptsActions(Map<InstanceTemplate,ClusterActionEvent> eventMap)
 | 
protected  void | 
ScriptBasedClusterAction.runScripts(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.addClusterToEtcHostsAndFirewall(ClusterActionEvent event)
 | 
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.afterCleanup(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.afterDestroy(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.afterOtherAction(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.afterStart(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.afterStop(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.beforeCleanup(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.beforeDestroy(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.beforeOtherAction(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.beforeStart(ClusterActionEvent event)
 | 
protected  void | 
ClusterActionHandlerSupport.beforeStop(ClusterActionEvent event)
 | 
static void | 
ClusterActionHandlerSupport.handleFirewallRules(ClusterActionEvent event)
Handles firewall rules for a given event.  | 
static 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.beforeCleanup(ClusterActionEvent event)
 | 
protected  void | 
CassandraClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
CassandraClusterActionHandler.beforeStart(ClusterActionEvent event)
 | 
protected  void | 
CassandraClusterActionHandler.beforeStop(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.chef | 
|---|
| Methods in org.apache.whirr.service.chef with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
ChefClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
ChefClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
ChefClusterActionHandler.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.beforeCleanup(ClusterActionEvent event)
 | 
protected  void | 
ElasticSearchHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
ElasticSearchHandler.beforeStart(ClusterActionEvent event)
 | 
protected  void | 
ElasticSearchHandler.beforeStop(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.ganglia | 
|---|
| Methods in org.apache.whirr.service.ganglia with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
GangliaMonitorClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
GangliaMetadClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
GangliaMonitorClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
GangliaMetadClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
GangliaMonitorClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
GangliaMetadClusterActionHandler.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 | 
HadoopTaskTrackerClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopNameNodeClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopJobTrackerClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopDataNodeClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
HadoopClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopTaskTrackerClusterActionHandler.doBeforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopNameNodeClusterActionHandler.doBeforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopJobTrackerClusterActionHandler.doBeforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
HadoopClusterActionHandler.doBeforeConfigure(ClusterActionEvent event)
 | 
protected  Map<String,String> | 
HadoopClusterActionHandler.getDeviceMappings(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.hama | 
|---|
| Methods in org.apache.whirr.service.hama with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
HamaMasterClusterActionHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
HamaClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
HamaMasterClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
HamaGroomServerClusterActionHandler.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)
 | 
protected  String | 
HBaseClusterActionHandler.getMetricsTemplate(ClusterActionEvent event,
                   ClusterSpec clusterSpec,
                   Cluster cluster)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.kerberos | 
|---|
| Methods in org.apache.whirr.service.kerberos with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
KerberosServerHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
KerberosBaseHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
KerberosServerHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
KerberosBaseHandler.beforeConfigure(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.mahout | 
|---|
| Methods in org.apache.whirr.service.mahout with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
MahoutClientClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
MahoutClientClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.pig | 
|---|
| Methods in org.apache.whirr.service.pig with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
PigClientClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
PigClientClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.puppet | 
|---|
| Methods in org.apache.whirr.service.puppet with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
PuppetInstallClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
PuppetClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
PuppetClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
| Constructor parameters in org.apache.whirr.service.puppet with type arguments of type ClusterActionEvent | |
|---|---|
PuppetClusterActionHandler(String role,
                           com.google.common.base.Function<ClusterActionEvent,StatementToInstallModule> getStatementToInstallModuleForAction)
 | 
|
| Uses of ClusterActionEvent in org.apache.whirr.service.puppet.functions | 
|---|
| Constructors in org.apache.whirr.service.puppet.functions with parameters of type ClusterActionEvent | |
|---|---|
StatementToInstallModule.PrepareRemoteFileUrlUsingBlobCache(ClusterActionEvent event)
 | 
|
StatementToInstallModule(ClusterActionEvent event)
 | 
|
| Uses of ClusterActionEvent in org.apache.whirr.service.solr | 
|---|
| Methods in org.apache.whirr.service.solr with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
SolrClusterActionHandler.afterStart(ClusterActionEvent event)
 | 
protected  void | 
SolrClusterActionHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
SolrClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
SolrClusterActionHandler.beforeStart(ClusterActionEvent event)
 | 
protected  void | 
SolrClusterActionHandler.beforeStop(ClusterActionEvent event)
 | 
| Uses of ClusterActionEvent in org.apache.whirr.service.yarn | 
|---|
| Methods in org.apache.whirr.service.yarn with parameters of type ClusterActionEvent | |
|---|---|
protected  void | 
YarnResourceManagerHandler.afterConfigure(ClusterActionEvent event)
 | 
protected  void | 
YarnHandler.beforeBootstrap(ClusterActionEvent event)
 | 
protected  void | 
YarnResourceManagerHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
YarnNodeManagerHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
MapReduceJobHistoryServerHandler.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.beforeCleanup(ClusterActionEvent event)
 | 
protected  void | 
ZooKeeperClusterActionHandler.beforeConfigure(ClusterActionEvent event)
 | 
protected  void | 
ZooKeeperClusterActionHandler.beforeStart(ClusterActionEvent event)
 | 
protected  void | 
ZooKeeperClusterActionHandler.beforeStop(ClusterActionEvent event)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||