org.apache.hama.bsp
Interface BSPInterface

All Superinterfaces:
org.apache.hadoop.conf.Configurable
All Known Implementing Classes:
BSP

public interface BSPInterface
extends org.apache.hadoop.conf.Configurable

Interface BSP defines the basic operations needed to implement the BSP algorithm.


Method Summary
 void bsp(BSPPeerProtocol bspPeer)
          A user defined function for programming in the BSP style.
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Method Detail

bsp

void bsp(BSPPeerProtocol bspPeer)
         throws IOException,
                org.apache.zookeeper.KeeperException,
                InterruptedException
A user defined function for programming in the BSP style. Applications can use the BSPPeer to handle the communication and synchronization between processors.

Parameters:
bspPeer -
Throws:
IOException
org.apache.zookeeper.KeeperException
InterruptedException


Copyright © 2011 The Apache Software Foundation