Uses of Class
org.apache.hama.bsp.GroomServer

Packages that use GroomServer
org.apache.hama.bsp BSP computing framework. 
org.apache.hama.util Common utilities. 
 

Uses of GroomServer in org.apache.hama.bsp
 

Methods in org.apache.hama.bsp that return GroomServer
static GroomServer GroomServer.constructGroomServer(Class<? extends GroomServer> groomServerClass, org.apache.hadoop.conf.Configuration conf2)
           
 

Methods in org.apache.hama.bsp with parameters of type GroomServer
abstract  BSPTaskRunner Task.createRunner(GroomServer groom)
           
 BSPTaskRunner BSPTask.createRunner(GroomServer groom)
           
static Thread GroomServer.startGroomServer(GroomServer hrs)
           
static Thread GroomServer.startGroomServer(GroomServer hrs, String name)
           
 

Method parameters in org.apache.hama.bsp with type arguments of type GroomServer
static GroomServer GroomServer.constructGroomServer(Class<? extends GroomServer> groomServerClass, org.apache.hadoop.conf.Configuration conf2)
           
 

Constructors in org.apache.hama.bsp with parameters of type GroomServer
BSPTaskRunner(BSPTask bspTask, GroomServer groom, BSPJob conf)
           
TaskRunner(BSPTask bspTask, GroomServer groom, BSPJob conf)
           
 

Uses of GroomServer in org.apache.hama.util
 

Methods in org.apache.hama.util that return GroomServer
 GroomServer ClusterUtil.GroomServerThread.getGroomServer()
           
 

Method parameters in org.apache.hama.util with type arguments of type GroomServer
static ClusterUtil.GroomServerThread ClusterUtil.createGroomServerThread(org.apache.hadoop.conf.Configuration c, Class<? extends GroomServer> hrsc, int index)
          Creates a ClusterUtil.GroomServerThread.
 

Constructors in org.apache.hama.util with parameters of type GroomServer
ClusterUtil.GroomServerThread(GroomServer r, int index)
           
 



Copyright © 2011 The Apache Software Foundation