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 |
bsp
void bsp(BSPPeerProtocol bspPeer)
throws java.io.IOException,
org.apache.zookeeper.KeeperException,
java.lang.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:
java.io.IOException
org.apache.zookeeper.KeeperException
java.lang.InterruptedException
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.