Uses of Class
org.apache.giraph.bsp.SuperstepState

Packages that use SuperstepState
org.apache.giraph.bsp Package of generic bulk synchronous processing objects. 
org.apache.giraph.master Package of all the master related things. 
 

Uses of SuperstepState in org.apache.giraph.bsp
 

Methods in org.apache.giraph.bsp that return SuperstepState
 SuperstepState CentralizedServiceMaster.coordinateSuperstep()
          Master coordinates the superstep
static SuperstepState SuperstepState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SuperstepState[] SuperstepState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SuperstepState in org.apache.giraph.master
 

Methods in org.apache.giraph.master that return SuperstepState
 SuperstepState BspServiceMaster.coordinateSuperstep()
           
 

Methods in org.apache.giraph.master with parameters of type SuperstepState
 void MasterAggregatorHandler.writeAggregators(long superstep, SuperstepState superstepState)
          Write aggregators to AggregatorWriter
 



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