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

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

Uses of BSPPeerInterface in org.apache.hama.bsp
 

Subinterfaces of BSPPeerInterface in org.apache.hama.bsp
 interface BSPPeerProtocol
          Protocol that task child process uses to contact its parent process.
 

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

Methods in org.apache.hama.bsp that return BSPPeerInterface
protected  BSPPeerInterface BSPPeer.getBSPPeerConnection(java.net.InetSocketAddress addr)
           
 



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