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

Packages that use BSP
org.apache.hama.bsp BSP computing framework. 
 

Uses of BSP in org.apache.hama.bsp
 

Fields in org.apache.hama.bsp with type parameters of type BSP
protected static java.util.LinkedList<java.util.concurrent.Future<BSP>> LocalBSPRunner.futureList
           
 

Methods in org.apache.hama.bsp that return types with arguments of type BSP
 java.lang.Class<? extends BSP> BSPJob.getBspClass()
           
 

Method parameters in org.apache.hama.bsp with type arguments of type BSP
 void BSPJob.setBspClass(java.lang.Class<? extends BSP> cls)
          Set the BSP algorithm class for the job.
 



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