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

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

Uses of BSPMaster in org.apache.hama.bsp
 

Methods in org.apache.hama.bsp that return BSPMaster
static BSPMaster BSPMaster.constructMaster(Class<? extends BSPMaster> masterClass, org.apache.hadoop.conf.Configuration conf)
           
static BSPMaster BSPMaster.startMaster(HamaConfiguration conf)
           
static BSPMaster BSPMaster.startMaster(HamaConfiguration conf, String identifier)
           
 

Method parameters in org.apache.hama.bsp with type arguments of type BSPMaster
static BSPMaster BSPMaster.constructMaster(Class<? extends BSPMaster> masterClass, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of BSPMaster in org.apache.hama.util
 

Methods in org.apache.hama.util with parameters of type BSPMaster
static void ClusterUtil.shutdown(BSPMaster master, List<ClusterUtil.GroomServerThread> groomThreads, org.apache.hadoop.conf.Configuration conf)
           
static String ClusterUtil.startup(BSPMaster m, List<ClusterUtil.GroomServerThread> groomservers, org.apache.hadoop.conf.Configuration conf)
          Start the cluster.
 



Copyright © 2011 The Apache Software Foundation