Uses of Class
org.apache.hama.bsp.BSPMaster.State

Packages that use BSPMaster.State
org.apache.hama.bsp BSP computing framework. 
 

Uses of BSPMaster.State in org.apache.hama.bsp
 

Methods in org.apache.hama.bsp that return BSPMaster.State
 BSPMaster.State BSPMaster.currentState()
           
 BSPMaster.State ClusterStatus.getBSPMasterState()
          Get the current state of the BSPMaster, as BSPMaster.State
static BSPMaster.State BSPMaster.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BSPMaster.State[] BSPMaster.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hama.bsp with parameters of type BSPMaster.State
ClusterStatus(int grooms, int tasks, int maxTasks, BSPMaster.State state)
           
ClusterStatus(java.util.Map<java.lang.String,java.lang.String> activeGrooms, int tasks, int maxTasks, BSPMaster.State state)
           
 



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