org.apache.hama.bsp
Class BSP

java.lang.Object
  extended by org.apache.hama.bsp.BSP
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, BSPInterface

public abstract class BSP
extends java.lang.Object
implements BSPInterface

This class provides an abstract implementation of the BSP interface.


Constructor Summary
BSP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hama.bsp.BSPInterface
bsp
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Constructor Detail

BSP

public BSP()


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