Uses of Interface
org.apache.hama.bsp.BSPPeerProtocol

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

Uses of BSPPeerProtocol in org.apache.hama.bsp
 

Classes in org.apache.hama.bsp that implement BSPPeerProtocol
 class GroomServer
          A Groom Server (shortly referred to as groom) is a process that performs bsp tasks assigned by BSPMaster.
 

Fields in org.apache.hama.bsp with type parameters of type BSPPeerProtocol
protected  java.util.HashMap<java.lang.String,BSPPeerProtocol> LocalBSPRunner.localGrooms
           
 

Methods in org.apache.hama.bsp with parameters of type BSPPeerProtocol
 void BSPInterface.bsp(BSPPeerProtocol bspPeer)
          A user defined function for programming in the BSP style.
 void Task.done(BSPPeerProtocol umbilical)
           
 void BSPTask.run(BSPJob job, BSPPeerProtocol umbilical)
           
abstract  void Task.run(BSPJob job, BSPPeerProtocol umbilical)
          Run this task as a part of the named job.
 



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