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

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

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

Methods in org.apache.hama.bsp that return JobStatus.State
 JobStatus.State JobStatus.getState()
           
static JobStatus.State JobStatus.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStatus.State[] JobStatus.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hama.bsp with parameters of type JobStatus.State
 void JobStatus.setState(JobStatus.State state)
           
 



Copyright © 2011 The Apache Software Foundation