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

Packages that use Service
org.apache.whirr.cli.command   
org.apache.whirr.service   
org.apache.whirr.service.cassandra   
org.apache.whirr.service.hadoop   
org.apache.whirr.service.zookeeper   
 

Uses of Service in org.apache.whirr.cli.command
 

Methods in org.apache.whirr.cli.command that return Service
protected  Service AbstractClusterSpecCommand.createService(String serviceName)
          Create the specified service
 

Uses of Service in org.apache.whirr.service
 

Methods in org.apache.whirr.service that return Service
 Service ServiceFactory.create(String serviceName)
          Create an instance of a Service according to the given name.
 

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

Subclasses of Service in org.apache.whirr.service.cassandra
 class CassandraService
          Deprecated. 
 

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

Subclasses of Service in org.apache.whirr.service.hadoop
 class HadoopService
          Deprecated. 
 

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

Subclasses of Service in org.apache.whirr.service.zookeeper
 class ZooKeeperService
          Deprecated. 
 



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