Uses of Interface
org.apache.whirr.service.ClusterActionHandler

Packages that use ClusterActionHandler
org.apache.whirr The Whirr client API. 
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.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.mahout   
org.apache.whirr.service.pig   
org.apache.whirr.service.puppet   
org.apache.whirr.service.solr   
org.apache.whirr.service.yarn   
org.apache.whirr.service.zookeeper   
 

Uses of ClusterActionHandler in org.apache.whirr
 

Fields in org.apache.whirr with type parameters of type ClusterActionHandler
protected  com.google.common.cache.LoadingCache<String,ClusterActionHandler> DynamicHandlerMapFactory.cache
           
protected  Map<String,ClusterActionHandler> DynamicHandlerMapFactory.clusterActionHandlerMap
           
 

Methods in org.apache.whirr that return ClusterActionHandler
 ClusterActionHandler HandlerMapFactory.ReturnHandlerByRoleOrPrefix.load(String role)
           
 

Methods in org.apache.whirr that return types with arguments of type ClusterActionHandler
 com.google.common.cache.LoadingCache<String,ClusterActionHandler> HandlerMapFactory.create()
           
 com.google.common.cache.LoadingCache<String,ClusterActionHandler> DynamicHandlerMapFactory.create()
           
 com.google.common.cache.LoadingCache<String,ClusterActionHandler> HandlerMapFactory.create(Iterable<ClusterActionHandlerFactory> factories, Iterable<ClusterActionHandler> handlers)
           
 

Methods in org.apache.whirr with parameters of type ClusterActionHandler
 void DynamicHandlerMapFactory.bind(ClusterActionHandler clusterActionHandler)
           
 void DynamicHandlerMapFactory.unbind(ClusterActionHandler clusterActionHandler)
           
 

Method parameters in org.apache.whirr with type arguments of type ClusterActionHandler
 com.google.common.cache.LoadingCache<String,ClusterActionHandler> HandlerMapFactory.create(Iterable<ClusterActionHandlerFactory> factories, Iterable<ClusterActionHandler> handlers)
           
 

Constructor parameters in org.apache.whirr with type arguments of type ClusterActionHandler
HandlerMapFactory.ReturnHandlerByRoleOrPrefix(Map<String,ClusterActionHandlerFactory> factoryMap, Map<String,ClusterActionHandler> handlerMap)
           
 

Uses of ClusterActionHandler in org.apache.whirr.actions
 

Constructor parameters in org.apache.whirr.actions with type arguments of type ClusterActionHandler
BootstrapClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
ByonClusterAction(String action, com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
CleanupClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
CleanupClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap, Set<String> targetRoles, Set<String> targetInstanceIds)
           
ConfigureServicesAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
ConfigureServicesAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap, Set<String> targetRoles, Set<String> targetInstanceIds)
           
DestroyClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
ScriptBasedClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
ScriptBasedClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap, Set<String> targetRoles, Set<String> targetInstanceIds)
           
StartServicesAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
StartServicesAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap, Set<String> targetRoles, Set<String> targetInstanceIds)
           
StopServicesAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap)
           
StopServicesAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, com.google.common.cache.LoadingCache<String,ClusterActionHandler> handlerMap, Set<String> targetRoles, Set<String> targetInstanceIds)
           
 

Uses of ClusterActionHandler in org.apache.whirr.service
 

Classes in org.apache.whirr.service that implement ClusterActionHandler
 class ClusterActionHandlerSupport
          This is a utility class to make it easier to implement ClusterActionHandler.
 class NoopClusterActionHandler
           
 

Methods in org.apache.whirr.service that return ClusterActionHandler
abstract  ClusterActionHandler ClusterActionHandlerFactory.create(String roleName)
           
 

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

Classes in org.apache.whirr.service.cassandra that implement ClusterActionHandler
 class CassandraClusterActionHandler
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.chef
 

Classes in org.apache.whirr.service.chef that implement ClusterActionHandler
 class ChefClusterActionHandler
          Installs chef-solo provisioned services, chef itself and its dependencies.
 

Methods in org.apache.whirr.service.chef that return ClusterActionHandler
 ClusterActionHandler ChefClusterActionHandlerFactory.create(String roleName)
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.elasticsearch
 

Classes in org.apache.whirr.service.elasticsearch that implement ClusterActionHandler
 class ElasticSearchHandler
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.ganglia
 

Classes in org.apache.whirr.service.ganglia that implement ClusterActionHandler
 class GangliaMetadClusterActionHandler
           
 class GangliaMonitorClusterActionHandler
           
 

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

Classes in org.apache.whirr.service.hadoop that implement ClusterActionHandler
 class HadoopClusterActionHandler
           
 class HadoopDataNodeClusterActionHandler
           
 class HadoopJobTrackerClusterActionHandler
           
 class HadoopNameNodeClusterActionHandler
           
 class HadoopTaskTrackerClusterActionHandler
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.hama
 

Classes in org.apache.whirr.service.hama that implement ClusterActionHandler
 class HamaClusterActionHandler
          Base class for Hama service handlers.
 class HamaGroomServerClusterActionHandler
           
 class HamaMasterClusterActionHandler
           
 

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

Classes in org.apache.whirr.service.hbase that implement ClusterActionHandler
 class BasicServerClusterActionHandler
          Provides a base class for servers like REST or Avro.
 class HBaseAvroServerClusterActionHandler
           
 class HBaseClusterActionHandler
          Base class for HBase service handlers.
 class HBaseMasterClusterActionHandler
           
 class HBaseRegionServerClusterActionHandler
           
 class HBaseRestServerClusterActionHandler
           
 class HBaseThriftServerClusterActionHandler
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.mahout
 

Classes in org.apache.whirr.service.mahout that implement ClusterActionHandler
 class MahoutClientClusterActionHandler
          Mahout cluster action handler which configures Mahout by unpacking a binary tarball and setting MAHOUT_HOME and PATH environment variables.
 

Uses of ClusterActionHandler in org.apache.whirr.service.pig
 

Classes in org.apache.whirr.service.pig that implement ClusterActionHandler
 class PigClientClusterActionHandler
          Pig cluster action handler which configures Pig by unpacking a binary tarball and setting PIG_HOME and PATH environment variables.
 

Uses of ClusterActionHandler in org.apache.whirr.service.puppet
 

Classes in org.apache.whirr.service.puppet that implement ClusterActionHandler
 class PuppetClusterActionHandler
          Installs puppet.
 class PuppetInstallClusterActionHandler
          Installs puppet (and ruby).
 

Methods in org.apache.whirr.service.puppet that return ClusterActionHandler
 ClusterActionHandler PuppetClusterActionHandlerFactory.create(String roleName)
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.solr
 

Classes in org.apache.whirr.service.solr that implement ClusterActionHandler
 class SolrClusterActionHandler
           
 

Uses of ClusterActionHandler in org.apache.whirr.service.yarn
 

Classes in org.apache.whirr.service.yarn that implement ClusterActionHandler
 class MapReduceJobHistoryServerHandler
           
 class YarnHandler
           
 class YarnNodeManagerHandler
           
 class YarnResourceManagerHandler
           
 

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

Classes in org.apache.whirr.service.zookeeper that implement ClusterActionHandler
 class ZooKeeperClusterActionHandler
           
 



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