| Package | Description |
|---|---|
| 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.chef | |
| org.apache.whirr.service.druid |
Package for the Apache Whirr service for Druid
|
| org.apache.whirr.service.elasticsearch | |
| org.apache.whirr.service.ganglia | |
| org.apache.whirr.service.hadoop | |
| org.apache.whirr.service.hama | |
| org.apache.whirr.service.hbase | |
| org.apache.whirr.service.kerberos | |
| org.apache.whirr.service.mahout | |
| org.apache.whirr.service.pig | |
| org.apache.whirr.service.puppet | |
| org.apache.whirr.service.puppet.functions | |
| org.apache.whirr.service.solr | |
| org.apache.whirr.service.yarn | |
| org.apache.whirr.service.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfigureServicesAction.eventSpecificActions(InstanceTemplate instanceTemplate,
ClusterActionEvent event)
Apply the firewall rules specified via configuration.
|
protected void |
ScriptBasedClusterAction.eventSpecificActions(InstanceTemplate instanceTemplate,
ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BootstrapClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap) |
protected void |
ScriptBasedClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap) |
protected void |
ByonClusterAction.doAction(Map<InstanceTemplate,ClusterActionEvent> eventMap) |
protected void |
DestroyClusterAction.postRunScriptsActions(Map<InstanceTemplate,ClusterActionEvent> eventMap) |
protected void |
ScriptBasedClusterAction.postRunScriptsActions(Map<InstanceTemplate,ClusterActionEvent> eventMap) |
protected void |
ScriptBasedClusterAction.runScripts(Map<InstanceTemplate,ClusterActionEvent> eventMap) |
| Modifier and Type | Method and Description |
|---|---|
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) |
abstract void |
ClusterActionHandlerListener.afterEvent(Class clazz,
ClusterActionEvent event) |
void |
ClusterActionHandlerListener.NoopClusterActionHandlerListener.afterEvent(Class clazz,
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) |
abstract void |
ClusterActionHandlerListener.beforeEvent(Class clazz,
ClusterActionEvent event) |
void |
ClusterActionHandlerListener.NoopClusterActionHandlerListener.beforeEvent(Class clazz,
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChefClusterActionHandler.afterConfigure(ClusterActionEvent event) |
protected void |
ChefClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
ChefClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DruidMySQLClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
DruidClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
DruidClusterActionHandler.beforeCleanup(ClusterActionEvent event) |
protected void |
DruidMySQLClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
protected void |
DruidClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
protected void |
DruidClusterActionHandler.beforeStart(ClusterActionEvent event) |
protected void |
DruidClusterActionHandler.beforeStop(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HadoopTaskTrackerClusterActionHandler.afterConfigure(ClusterActionEvent event) |
protected void |
HadoopJobTrackerClusterActionHandler.afterConfigure(ClusterActionEvent event) |
protected void |
HadoopNameNodeClusterActionHandler.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 |
HadoopJobTrackerClusterActionHandler.doBeforeConfigure(ClusterActionEvent event) |
protected void |
HadoopNameNodeClusterActionHandler.doBeforeConfigure(ClusterActionEvent event) |
protected void |
HadoopClusterActionHandler.doBeforeConfigure(ClusterActionEvent event) |
protected Map<String,String> |
HadoopClusterActionHandler.getDeviceMappings(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HamaMasterClusterActionHandler.afterConfigure(ClusterActionEvent event) |
protected void |
HamaClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
HamaGroomServerClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
protected void |
HamaMasterClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected String |
HBaseClusterActionHandler.getMetricsTemplate(ClusterActionEvent event,
ClusterSpec clusterSpec,
Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KerberosBaseHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
KerberosServerHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
KerberosBaseHandler.beforeConfigure(ClusterActionEvent event) |
protected void |
KerberosServerHandler.beforeConfigure(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MahoutClientClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
MahoutClientClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PigClientClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
PigClientClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PuppetClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
PuppetInstallClusterActionHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
PuppetClusterActionHandler.beforeConfigure(ClusterActionEvent event) |
| Constructor and Description |
|---|
PuppetClusterActionHandler(String role,
com.google.common.base.Function<ClusterActionEvent,StatementToInstallModule> getStatementToInstallModuleForAction) |
| Constructor and Description |
|---|
StatementToInstallModule.PrepareRemoteFileUrlUsingBlobCache(ClusterActionEvent event) |
StatementToInstallModule(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
YarnResourceManagerHandler.afterConfigure(ClusterActionEvent event) |
protected void |
YarnHandler.beforeBootstrap(ClusterActionEvent event) |
protected void |
YarnNodeManagerHandler.beforeConfigure(ClusterActionEvent event) |
protected void |
YarnResourceManagerHandler.beforeConfigure(ClusterActionEvent event) |
protected void |
MapReduceJobHistoryServerHandler.beforeConfigure(ClusterActionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2010–2016 Cloudera. All rights reserved.