|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.puppet | |
org.apache.whirr.service.zookeeper |
Uses of ClusterActionHandler in org.apache.whirr |
---|
Methods in org.apache.whirr that return ClusterActionHandler | |
---|---|
ClusterActionHandler |
HandlerMapFactory.ReturnHandlerByRoleOrPrefix.apply(String arg0)
|
Methods in org.apache.whirr that return types with arguments of type ClusterActionHandler | |
---|---|
static Map<String,ClusterActionHandler> |
HandlerMapFactory.create()
|
static Map<String,ClusterActionHandler> |
HandlerMapFactory.create(Iterable<ClusterActionHandlerFactory> factories,
Iterable<ClusterActionHandler> handlers)
|
Method parameters in org.apache.whirr with type arguments of type ClusterActionHandler | |
---|---|
static Map<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,
Map<String,ClusterActionHandler> handlerMap)
|
|
ByonClusterAction(String action,
com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute,
Map<String,ClusterActionHandler> handlerMap)
|
|
ConfigureClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute,
Map<String,ClusterActionHandler> handlerMap)
|
|
DestroyClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute,
Map<String,ClusterActionHandler> handlerMap)
|
|
ScriptBasedClusterAction(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute,
Map<String,ClusterActionHandler> handlerMap)
|
Uses of ClusterActionHandler in org.apache.whirr.service |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service | |
---|---|
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 |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.cassandra | |
---|---|
class |
CassandraClusterActionHandler
|
Uses of ClusterActionHandler in org.apache.whirr.service.chef |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.chef | |
---|---|
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 |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.elasticsearch | |
---|---|
class |
ElasticSearchHandler
|
Uses of ClusterActionHandler in org.apache.whirr.service.ganglia |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.ganglia | |
---|---|
class |
GangliaMetadClusterActionHandler
|
class |
GangliaMonitorClusterActionHandler
|
Uses of ClusterActionHandler in org.apache.whirr.service.hadoop |
---|
Uses of ClusterActionHandler in org.apache.whirr.service.hama |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.hama | |
---|---|
class |
HamaClusterActionHandler
Base class for Hama service handlers. |
class |
HamaGroomServerClusterActionHandler
|
class |
HamaMasterClusterActionHandler
|
Uses of ClusterActionHandler in org.apache.whirr.service.hbase |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.hbase | |
---|---|
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 |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.mahout | |
---|---|
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.puppet |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.puppet | |
---|---|
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.zookeeper |
---|
Subclasses of ClusterActionHandler in org.apache.whirr.service.zookeeper | |
---|---|
class |
ZooKeeperClusterActionHandler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |